Title: Responsive
Last modified: August 21, 2016

---

# Responsive

 *  Resolved [designbynani](https://wordpress.org/support/users/designbynani/)
 * (@designbynani)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/responsive-59/)
 * Hi!
    thanks for the plugin! It works good in my client’s website! However, it
   would be perfect if you make it responsive… So the images would resize when viewed
   in a mobile, for example… 😉
 * Any idea of how to make that happen with current version?
 * Thanks again!!!
 * [http://wordpress.org/plugins/jsj-gallery-slideshow/](http://wordpress.org/plugins/jsj-gallery-slideshow/)

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

 *  Plugin Author [Jorge Silva-Jetter](https://wordpress.org/support/users/jorgesilva-1/)
 * (@jorgesilva-1)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/responsive-59/#post-4057698)
 * There’s a couple of ways you could go about that. If you you know a bit about
   code you could:
 * 1. Do a media query and using CSS overwrite the size of the images on mobile:
 * @(max-width: 320px){
    .slideshow img { width: 100% !important; } }
 * That’s NOT realy code, but something like that….
 * 2. You could also do something similar with javascript…
 * if($(document).width() < 320){
    slideshowWidth = 320; // Re-Init Slideshow $(“#
   slideshow”).cycle({width: 320}); }
 * … something like that (also not realy code)
 * I would recommend the first one… seems easier…
 * Let me know if it works!
 *  Plugin Author [Jorge Silva-Jetter](https://wordpress.org/support/users/jorgesilva-1/)
 * (@jorgesilva-1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-59/#post-4057866)
 * No response. Marking as resolved. (Because I obviously have OCD )

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

The topic ‘Responsive’ is closed to new replies.

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

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jorge Silva-Jetter](https://wordpress.org/support/users/jorgesilva-1/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-59/#post-4057866)
 * Status: resolved