7 lines
370 B
Markdown
7 lines
370 B
Markdown
1. **Logging an error** if the slider configuration is missing.
|
|
2. **Ensuring images have the correct aspect ratio** to prevent distortion.
|
|
3. **Adding `aria-current="true"`** to the active button for better accessibility.
|
|
4. **Validating `type` values** to ensure they match expected inputs.
|
|
5. **Making `object-fit` configurable** for different image display styles.
|
|
|