Title: Responsive Slideshow
Last modified: August 20, 2016

---

# Responsive Slideshow

 *  Resolved [bkbillma](https://wordpress.org/support/users/bkbillma/)
 * (@bkbillma)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/responsive-slideshow/)
 * Thanks a ton for the plugin and the quick responses on other threads. I am trying
   to build a responsive theme that will be used across a lot of sites and I have
   the slideshow nicely responsive with height/width adjustment and all. However,
   the slideshow transitions just repeat the first slide.
 * I am assuming it is mostly due to positioning that was used to transition the
   slides and my css preventing it.
 * I am just curious if you have thoughts/input or if you have tried to make a responsive
   theme or make the slideshow responsive by default
 * [http://dev.pillboxapp.com/tools/wp-theme/](http://dev.pillboxapp.com/tools/wp-theme/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/responsive-slideshow/#post-3188713)
 * That’s a very nice way of making it responsive, it works great!
 * The thing that’s missing though, is that the ‘.slideshow’ element needs to be
   more than a 100% wide to be able to slide around. (Fading animations also use
   a slide, but this happens during the time it’s invisible, this will be changed
   in version 2.2.0 to a nicer approach.)
 * To get the slideshow working, the ‘max-width: 100%;’ on line 14 in your ‘style.
   css’ file needs to be removed. This causes the slideshow to be too small to move.
 * The ‘max-width: 100%;’ should be added onto the ‘.slideshow_container’ element.
   And the slides’ images need to be automatically adjusted to the width of the 
   slideshow container by adding ‘width: auto !important;’ to the ‘.slide, .slide
   img’ class elements. Otherwise the slides are as wide as the sliding element,
   causing it to lock up again.
 * I hope my description is clear enough to understand. Version 2.2.0 of the slideshow
   plugin will be responsive by default.
 *  Thread Starter [bkbillma](https://wordpress.org/support/users/bkbillma/)
 * (@bkbillma)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/responsive-slideshow/#post-3188715)
 * Thank you. Yeah I assumed the width was part of it but I was trying to figure
   out why you did the width like that instead of just fading in and out but with
   the slide instead of fade it makes sense.
 * Good work and great response time on this stuff.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsive Slideshow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-jquery-image-gallery_d3d2de.
   svg)
 * [Slideshow](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-jquery-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-jquery-image-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bkbillma](https://wordpress.org/support/users/bkbillma/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/responsive-slideshow/#post-3188715)
 * Status: resolved