I'm trying to achieve something similar to the graphic below.
Blue = Carousel Slides (As Images)
Green = Carousel Frame/Viewport/Container
Red = Visible Page (1440)
I have 5 images, all with the same resolution of (1024x576), and I want them to maintain their ratio while scaling up/down based on screen size.
I've spent several hours on this now and I've been unable to achieve what I want.
I DO NOT want to use some fixed height like is shown in a majority of the demos on their website, since it becomes problematic when scaling down to smaller devices.
The reason I post this question is because any time I try and use anything OTHER than a fixed height, the entire carousel collapses, even with adaptiveHeight: true, and/or setGallerySize: false.
I'm also using tailwind if that helps at all.
Any help is appreciated.