Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    This is going to be tricky to do because the slideshows are styled to be responsive and scale based on the size of the slide images while maintaining that aspect ratio.

    But the slideshows won’t scale down if the container the slideshow is in doesn’t resize. So the simplest way to do this would be to put the slideshow in a new container and set the minimum size of that new container to the min-height that you want.

    Then as the page shrinks, the slideshow will only get so small, and you can crop it within the overall page so it isn’t hanging outside of the smaller page container. Does that make sense?

Viewing 1 replies (of 1 total)
  • The topic ‘Media Queries’ is closed to new replies.