Title: Image size problem
Last modified: August 20, 2016

---

# Image size problem

 *  Resolved [tomkzo](https://wordpress.org/support/users/tomkzo/)
 * (@tomkzo)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-size-problem-2/)
 * Hello, first of all, thanks for your work.
 * I’ve a problem with the size of images : somehow the img tag gets an inline style
   like this :
 *     ```
       <img class="image_main" src="http://image001.jpg" style="width: 960px; display: inline;">
       ```
   
 * that erases this css property :
 *     ```
       .box_skitter .image img {
           display: none;
           height: auto;
           width: 100%;
       }
       ```
   
 * Even if I change the size of the box skitter in the slider panel, the images 
   always get that style=”width: 960px; display: inline;” and i can’t figure out
   why… can you please help ?
 * [http://wordpress.org/extend/plugins/mint-sliders/](http://wordpress.org/extend/plugins/mint-sliders/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Taraprasad Swain](https://wordpress.org/support/users/swaintara/)
 * (@swaintara)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/image-size-problem-2/#post-3385207)
 * Hi,
 * Use px or % in the slider panel eg. 400px, 600px, 100% or 80% not just numbers
   like 400 or 600.
 * The slider is responsive now so you can not change the image size. It will be
   automatically re-sized according to parent element size. You can just change 
   the size from the admin panel.
 * Cheers!!

Viewing 1 replies (of 1 total)

The topic ‘Image size problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mint-sliders.svg)
 * [Mint Sliders](https://wordpress.org/plugins/mint-sliders/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mint-sliders/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mint-sliders/)
 * [Active Topics](https://wordpress.org/support/plugin/mint-sliders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mint-sliders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mint-sliders/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Taraprasad Swain](https://wordpress.org/support/users/swaintara/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/image-size-problem-2/#post-3385207)
 * Status: resolved