Title: responsive
Last modified: August 21, 2016

---

# responsive

 *  [wakan84](https://wordpress.org/support/users/wakan84/)
 * (@wakan84)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-104/)
 * Hello!
    Super plugin. But I would like that the slide does not appear on the 
   mobile version. How do I? Thank you for your help
 * [https://wordpress.org/plugins/slideshow-jquery-image-gallery/](https://wordpress.org/plugins/slideshow-jquery-image-gallery/)

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

 *  Plugin Author [Stefan Boonstra](https://wordpress.org/support/users/stefanboonstra/)
 * (@stefanboonstra)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-104/#post-4593959)
 * Hi,
 * You could probably simply hide the slideshow using CSS media queries. The following
   CSS media query hides all slideshows when the screen gets smaller than 500 pixels:
 *     ```
       @media all and (max-width: 500px) {
         .slideshow_container {
       	  display: none;
         }
       }
       ```
   
 * For detailed information on CSS media queries, have a look at [this article](http://css-tricks.com/css-media-queries/).
 * Best regards,
    Stefan
 *  Thread Starter [wakan84](https://wordpress.org/support/users/wakan84/)
 * (@wakan84)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-104/#post-4593969)
 * Thank you very much… it’s ok

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

The topic ‘responsive’ 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: [wakan84](https://wordpress.org/support/users/wakan84/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/responsive-104/#post-4593969)
 * Status: not resolved