responsive-carousel icon indicating copy to clipboard operation
responsive-carousel copied to clipboard

Using variable height content and multiple images per slide

Open legostud opened this issue 11 years ago • 1 comments

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; }

legostud avatar Jun 18 '14 17:06 legostud

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.

jefflembeck avatar Oct 17 '14 18:10 jefflembeck