arielsalminen/ResponsiveSlides.js

Height of all slides based on tallest slide

richardwiggins opened this issue · 1 comments

Hey, I'm using this for rotating between quotes which are all varying in length. I'd love it if there was a setting to make them all the same height, based on the tallest slide, of that makes sense?

Can't think of a nice way in doing it using pure css.

@richardwiggins Apply a css class say .tallest to all slides for height and figure out the tallest height using javascript and apply that height into tallest class element