Title: [Plugin: Slideshow] Images with different widths
Last modified: August 20, 2016

---

# [Plugin: Slideshow] Images with different widths

 *  Resolved [anyapisze](https://wordpress.org/support/users/anyapisze/)
 * (@anyapisze)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/)
 * Hi Stefan,
 * is it possible to use 3 images with different widths (25%-50%-25%) per one slide?
   
   And another question: how could my slideshow be responsive?
 * Thank you
    Mpisze
 * [http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/](http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/)

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

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079102)
 * Hi Mpisze,
 * At the moment it would be too hard to do that from the slideshow admin page, 
   since you’d have to know the slide’s id to adapt its CSS.
 * It’s a great idea for a future release, though! I do owe you the answer of when
   the functionality will be available in the slideshow, because it’s a pretty big
   update to both the admin page and the script.
 * I don’t think I quite get the last question. The slideshow buttons are disabled
   until the animation is over, this may make it look like the slideshow is less
   responsive. Is that what you meant?
 * It’s nice to see that you’re still using the plugin! 🙂
 * Best regards,
    Stefan
 *  Thread Starter [anyapisze](https://wordpress.org/support/users/anyapisze/)
 * (@anyapisze)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079141)
 * Thank you for your reply.
 * I tried to modify the CSS but don’t know where and what 🙂
 * I’d like to use it on a mobile ready site (the images resize depending on the
   screen size). Can you help with this?
 * This version is awesome and support is great! 🙂
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079142)
 * In the custom style editor you could probably add something like:
 *     ```
       .slideshow_container .slide_0,
       .slideshow_container .slide_2 { /* Replace the number after 'slide_' with the number of the specific slide you'd like to adapt CSS of. The numbers increment each slide in the specified order, starting with number 0 for the first slide. */
           width: 25% !important;
       }
   
       .slideshow_container .slide_1 { /* Same story here. */
           width: 50% !important;
       }
       ```
   
 * I’m not sure if this will work, but if you really need it, it might be worth 
   trying. The big disadvantage of this approach is that, would you like to reorder
   your slides, you would have to adapt all CSS classes.
 * The upcoming release of version 2.2.0 will actually support optimizing image 
   size in smaller slideshows, since some browsers do have trouble coping with reducing
   the size of large images themselves. Resized images might just come in handy 
   on a mobile website.
 *  Thread Starter [anyapisze](https://wordpress.org/support/users/anyapisze/)
 * (@anyapisze)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079161)
 * Doesn’t work 🙁
 * I have 3 slides / slideshow, 3 images / slide, and each part of slide is 33% .
   Slide_0, slide_1… means the images inside the slides or the slide itself?
 * Ok, no problem, I can wait for the future release. 🙂
 * Thanks a lot.
 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079163)
 * That’s a shame. I might test it out and get back to you later, if I do find a
   way to make this happen in the 2.1.x version.
 * It means the slide itself, not the image.
 * Anytime! 🙂

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

The topic ‘[Plugin: Slideshow] Images with different widths’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-images-with-different-widths/#post-3079163)
 * Status: resolved