What is the maximum number carousel can preview #41043
Unanswered
mohamed-elsaeed
asked this question in
Q&A
Replies: 1 comment
-
The Bootstrap carousel component can technically handle displaying 100 images, but it's not the most efficient or user-friendly approach, especially for such a large number of images. An alternative approach could be paginated galleries. Break the 100 images into smaller groups and use pagination or tabs to switch between different sets of images. You should avoid using a single large Bootstrap carousel with all images loaded at once. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a business case where my client needs to preview 100 images in the same carousel, can this be achieved using carousel component or should I use a different approach?
Beta Was this translation helpful? Give feedback.
All reactions