Title: not resizing
Last modified: August 31, 2016

---

# not resizing

 *  [dev grl](https://wordpress.org/support/users/siqve006/)
 * (@siqve006)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-resizing/)
 * I see the code in the inspector tools showing me the plugin has applied itself
   to the code, but it isn’t resizing my images when I make the window smaller. 
   Is there an extra step I need to be making when uploading the image into a post?
 * [https://wordpress.org/plugins/ricg-responsive-images/](https://wordpress.org/plugins/ricg-responsive-images/)

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

 *  Plugin Contributor [Joe McGill](https://wordpress.org/support/users/joemcgill/)
 * (@joemcgill)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-resizing/#post-7015876)
 * Hi dev grl,
 * The attributes that get added to your images help browsers determine which image
   size to download, but they won’t make the images themselves flexible when the
   browser size is smaller. For that, you’ll need to add some CSS rules to your 
   stylesheet. Something like this will probably do the trick:
 *     ```
       img {
           max-width: 100%;
           height: auto;
       }
       ```
   
 *  Plugin Contributor [Jasper de Groot](https://wordpress.org/support/users/jaspermdegroot/)
 * (@jaspermdegroot)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-resizing/#post-7015968)
 * It could also be because of the wp-caption wrapper. See [https://wordpress.org/support/topic/just-installed-plugin-but-images-not-resizing?replies=4#post-8024925](https://wordpress.org/support/topic/just-installed-plugin-but-images-not-resizing?replies=4#post-8024925)
 *  [cecymadero](https://wordpress.org/support/users/cecymadero/)
 * (@cecymadero)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-resizing/#post-7015977)
 * Hi, I have the same problem about the pictures no resizing, I have already read
   your responses and verified that my CSS Style sheet has the code
 * img {
    max-width: 100%; height: auto; }
 * And I am looking to see if there is any wrapper but I can´t find it. the website
   that I am working on is muestra.conversionmarketing.mx I would love to get some
   help with this, I also have another site [http://www.conversionmarketing.mx](http://www.conversionmarketing.mx)
   with the same issue so there must be something that I am missing.
 * Thank You!
 *  Plugin Contributor [Jasper de Groot](https://wordpress.org/support/users/jaspermdegroot/)
 * (@jaspermdegroot)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-resizing/#post-7015978)
 * hi cecymadero,
 * Can you post a link to a page on your website that has an image with the responsive
   image attributes and isn’t resizing as expected? I don’t really know where to
   look.
    Also, on which browser do you see the problem?

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

The topic ‘not resizing’ is closed to new replies.

 * ![](https://ps.w.org/ricg-responsive-images/assets/icon.svg?rev=1119324)
 * [RICG Responsive Images](https://wordpress.org/plugins/ricg-responsive-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ricg-responsive-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ricg-responsive-images/)
 * [Active Topics](https://wordpress.org/support/plugin/ricg-responsive-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ricg-responsive-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ricg-responsive-images/reviews/)

## Tags

 * [breakpoints](https://wordpress.org/support/topic-tag/breakpoints/)
 * [default](https://wordpress.org/support/topic-tag/default/)
 * [featured images](https://wordpress.org/support/topic-tag/featured-images/)
 * [media settings](https://wordpress.org/support/topic-tag/media-settings/)
 * [picturefill](https://wordpress.org/support/topic-tag/picturefill/)
 * [RICG](https://wordpress.org/support/topic-tag/ricg/)
 * [sizes](https://wordpress.org/support/topic-tag/sizes/)
 * [srcset](https://wordpress.org/support/topic-tag/srcset/)
 * [W3C](https://wordpress.org/support/topic-tag/w3c/)

 * 4 replies
 * 4 participants
 * Last reply from: [Jasper de Groot](https://wordpress.org/support/users/jaspermdegroot/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/not-resizing/#post-7015978)
 * Status: not resolved