Title: Need flexible (responsive) width
Last modified: August 20, 2016

---

# Need flexible (responsive) width

 *  [vicius](https://wordpress.org/support/users/vicius/)
 * (@vicius)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/)
 * Hello,
    I have responsive design theme, which is changing the widths and arrangement
   according the size (width) of the web browser window or screen.
 * Is it possible to make the Skitter slideshow to change the width according the
   div width in which it is placed? I mean that the slideshow should not be fixed
   width, but it should change according the width which is available. Not the width
   is fixed and if the screen is smaller, then the Skitter slideshow is getting 
   on the top of other elements.
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/wp-skitter-slideshow/](http://wordpress.org/extend/plugins/wp-skitter-slideshow/)

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

 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166218)
 * Hi,
 * I’ve worked with Skitter while back and it can be flexible.
 * Try this:
 *     ```
       .container_skitter {
       	width: 100% !important;
       }
   
       .box_skitter {
       	width:100% !important;
       }
   
       .box_skitter img {
       	height: auto;
       	max-width: 100%;
       }
       ```
   
 * Thanks,
    Emil
 *  Thread Starter [vicius](https://wordpress.org/support/users/vicius/)
 * (@vicius)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166282)
 * Hi Emil,
    Thanks for try, it’s almost working, but it looks like that the animation
   is not working properly. Also if the width is becoming smaller, it doesn’t change
   the height (but I could live with such a problem :)) You can check it on this
   site, where I have tested it: [http://www.mezgykla.lt/](http://www.mezgykla.lt/)
 * P.S. have tried to add height: auto; line to the .container_skitter and .box_skitter,
   but also was not working properly.
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166283)
 * That’s weird, looks good from my end 🙂 [http://i.imgur.com/Pv2m1.png](http://i.imgur.com/Pv2m1.png)
 * Emil
 *  Thread Starter [vicius](https://wordpress.org/support/users/vicius/)
 * (@vicius)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166284)
 * Yes, it looks the same for me also. But is the animation working properly? Even
   with the max size?
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166286)
 * Can you post some screenshots for me, maybe you’re seeing stuff differently?
 * Thanks,
    Emil
 *  Thread Starter [vicius](https://wordpress.org/support/users/vicius/)
 * (@vicius)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166287)
 * For me the photos are not changing as before – new photo comes at the upper left
   corner and sticks there:
    [http://img109.imageshack.us/img109/192/79293274.jpg](http://img109.imageshack.us/img109/192/79293274.jpg)
   [http://img35.imageshack.us/img35/7561/95898828.jpg](http://img35.imageshack.us/img35/7561/95898828.jpg)
   [http://img31.imageshack.us/img31/1638/16809388.jpg](http://img31.imageshack.us/img31/1638/16809388.jpg)
 *  Thread Starter [vicius](https://wordpress.org/support/users/vicius/)
 * (@vicius)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166288)
 * By the way – not with the all effects..
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166289)
 * That part I don’t know sorry, let’s wait for the plugin author please 🙂
 * Thanks,
    Emil
 *  [Taraprasad Swain](https://wordpress.org/support/users/swaintara/)
 * (@swaintara)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166301)
 * Try replacing the js and css with
 * [http://tinyurl.com/mfmw777](http://tinyurl.com/mfmw777)
    [http://tinyurl.com/n6x77zj](http://tinyurl.com/n6x77zj)
 * Thanks!!
 *  [fatherb](https://wordpress.org/support/users/fatherb/)
 * (@fatherb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166302)
 * Taraprasad – your amends didn’t work. Firstly the plugin looks for the .min versions
   of the js and css files. So even if you change that to look for the extended 
   versions, it still isn’t responsive. Additionally those amends have other unintended
   effects. My page for instance saw the skitter slideshow over-run the text underneath
   it when those amends were implemented.
 * Any other ideas on how to make this responsive?
 * Thanks.

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

The topic ‘Need flexible (responsive) width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-skitter-slideshow_0071bc.svg)
 * [Skitter Slideshow](https://wordpress.org/plugins/wp-skitter-slideshow/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-skitter-slideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-skitter-slideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-skitter-slideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-skitter-slideshow/reviews/)

## Tags

 * [Flexible](https://wordpress.org/support/topic-tag/flexible/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 10 replies
 * 4 participants
 * Last reply from: [fatherb](https://wordpress.org/support/users/fatherb/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/need-flexible-responsive-width/#post-3166302)
 * Status: not resolved