This is the effect I\'m trying to achieve with Bootstrap 3 carousel
In
I had the same problem and the solutions described here worked well. But I wanted to support window size (and layout) changes. The result is a small library that solves all the calculation. Check it out here: https://github.com/SocialbitGmbH/BootstrapCarouselPageMerger
To make the script work, you have to add a new Usage of this library: To change the settings: Example: As you can see, the carousel gets updated to show more controls when you resize the window. Check out the .item-content
directly into your .item
socialbitBootstrapCarouselPageMerger.run('div.carousel');
socialbitBootstrapCarouselPageMerger.settings.spaceCalculationFactor = 0.82;
watchWindowSizeTimeout
setting to control the timeout for reacting to window size changes.