Carousel width resizing
-
Hello!
I am currently having trouble with resizing the width of the carousel. I only want it to be about 600px in width, which I managed to do easily by adding CSS of:
.carousel {
width: 600px;
}But now, it is no longer responsive when adjusting the browser size. Is there a way to make it responsive again even though I am using a fixed width?
Or is the only way around this to use smaller images for the slideshow, so that the carousel adjusts the width according to the images? Which by the way, wasn’t working for me, which led me to adjust the width of the carousel using CSS to fit the photos better. I was under the impression that the Boostrap Carousel automatically resizes to fit the photo sizes in the slideshow? Instead, my carousel was spanning across the entire page, no matter what size photos I used – tiny or huge ones.
Please let me know if anyone needs more information in order to help me out.
Thank you!
https://www.ads-software.com/plugins/cpt-bootstrap-carousel/
- The topic ‘Carousel width resizing’ is closed to new replies.