responsive-carousel
responsive-carousel copied to clipboard
Using variable height content and multiple images per slide
Changed to keep the navigation after the slides which allows the use of nth:child to style content of varying heights into a grid which then become slides by row. /* three wide carousel */ .newcarousel .slide { float: left; width: 33.3%; } .newcarousel .slide:nth-child(3n+1) { clear:left; } .newcarousel .newcarousel-item.slide:nth-child(1n) { clear:none; }
Hi. I'm wondering what the exact feature request is here and if you can include an example of what you're trying to do in the documentation.
Thank you.