Title: Slideshow not responsive
Last modified: August 21, 2016

---

# Slideshow not responsive

 *  Resolved [asdevargas](https://wordpress.org/support/users/asdevargas/)
 * (@asdevargas)
 * [13 years ago](https://wordpress.org/support/topic/slideshow-not-responsive/)
 * Hello!
    I’m using this fantastic Jetpack slideshow on the following post [http://devargas.com.es/snow-fall-avalanche-new-york-times-periodismo-multimedia/](http://devargas.com.es/snow-fall-avalanche-new-york-times-periodismo-multimedia/)
   but it happens that on mobile devices, the slideshow doesn’t resizes. Am I doing
   something wrong? Thanks in advance!
 * [http://wordpress.org/extend/plugins/jetpack/](http://wordpress.org/extend/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [13 years ago](https://wordpress.org/support/topic/slideshow-not-responsive/#post-3826158)
 * The slideshow is responsive, but the content container around the slideshow needs
   to adapt to the browser’s width as well.
 * I would recommend that you check this codex article to add the `$content_width`
   feature to your theme, as well as a maximum width for all images in your content:
   
   [http://codex.wordpress.org/Content_Width](http://codex.wordpress.org/Content_Width)
 * You can also add a maximum width value for your content container, like so:
 *     ```
       .entry {
       max-width: 100%;
       }
       ```
   
 *  Thread Starter [asdevargas](https://wordpress.org/support/users/asdevargas/)
 * (@asdevargas)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/slideshow-not-responsive/#post-3826450)
 * Hi Jeremy, thank you, but it doesn’t work… Actually, the theme is responsive 
   and images are resizing when single, it’s the slide show that doesn’t resize…
 * I made a little css edit for the slideshow, and turned it off: the default black
   background resize, but not the content itself anyway.
 *     ```
       .slideshow-window {
       	background-color: transparent!important;
       	border: 0!important;
       	border-radius: 0!important;
       	-moz-border-radius: 0!important;
       	-moz-border-radius: 0!important;
       	-webkit-border-radius: 0!important;
       	-khtml-border-radius: 0!important;
       	margin-bottom: 45px!important;
       }
   
       body div.slideshow-window * img {
       	margin: 0 auto;
       }
   
       .slideshow-slide-caption {
       	font-family: 'Open Sans', sans-serif!important;
       	color: #444!important;
       	text-shadow: none!important;
       	bottom: -30px!important;
       }
   
       .slideshow-controls {
       	bottom: 3px!important;
       }
       ```
   
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 12 months ago](https://wordpress.org/support/topic/slideshow-not-responsive/#post-3826454)
 * The slideshow is displayed properly on my mobile phone. Have you managed to solve
   the issue by yourself?
 * If you still experience issues, could you please try clearing out your browser
   cache?
    [http://en.support.wordpress.com/browser-issues/#clear-your-cache-and-cookies](http://en.support.wordpress.com/browser-issues/#clear-your-cache-and-cookies)
 *  Thread Starter [asdevargas](https://wordpress.org/support/users/asdevargas/)
 * (@asdevargas)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/slideshow-not-responsive/#post-3826455)
 * Hi Jeremy, you’re right, I just check on the phone and it works, but when trying
   in the browser on the computer, the first image shows fine, but the next ones
   escapes from the frame, strange but never mine. Sorry for the inconvenience… 
   and thank you for your time!

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

The topic ‘Slideshow not responsive’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [asdevargas](https://wordpress.org/support/users/asdevargas/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/slideshow-not-responsive/#post-3826455)
 * Status: resolved