Single Item issue in Loop carousal issue
-
I’m working on implementing a loop carousel on my site to showcase Dramas. While the template I’ve created works well overall, I’m facing an issue with item sizing. Specifically, I want to restrict the size of each loop item to a fixed dimension, but the carousel keeps adjusting the item’s size to the maximum width when only a single item is displayed.
The main problem is that when the carousel contains only one item, it stretches that item to fill the entire width, which is not what the client wants. I’m looking for a way to enforce a fixed size for the carousel items, regardless of how many are displayed at a time.
Is there a solution to prevent the carousel from automatically resizing items and keep them at a consistent, fixed size?
- You must be logged in to reply to this topic.