You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
I run into an edge case, where I have a smallish container for the carousel, but have many images.
Based on the design, I need to show the dots as well as arrows. Everything is works functionally, but when there is a lot of images, dots go out of the container (which makes sense).
Possible solution
A solution would be to have a maxDots param and show only that many dots.
When the most left or right dot/slide is selected, then the dots scroll with the slides. It's like a mini slider :)
Hope it makes sense. :)
The text was updated successfully, but these errors were encountered:
Hi!
First, many thanks for your carousel solution.
Issue
I run into an edge case, where I have a smallish container for the carousel, but have many images.
Based on the design, I need to show the dots as well as arrows. Everything is works functionally, but when there is a lot of images, dots go out of the container (which makes sense).
Possible solution
A solution would be to have a
maxDots
param and show only that many dots.When the most left or right dot/slide is selected, then the dots scroll with the slides. It's like a mini slider :)
Hope it makes sense. :)
The text was updated successfully, but these errors were encountered: