WPIntell

Source evidence

not resizing

RICG Responsive Images · support · 2016-02-01T21:15:00+00:00

complaintsentiment
mediumseverity
0.92relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 25 rows with source links

24.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dev grl unresolved
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/ 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; } 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 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 with the same issue so there must be something that I am missing. Thank You! 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?

Comments

4 shown
Joe McGill 2016-02-03T04:26:00+00:00

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; }

Jasper de Groot 2016-02-13T21:56:00+00:00

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

cecymadero 2016-02-21T01:55:00+00:00

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 with the same issue so there must be something that I am missing. Thank You!

Jasper de Groot 2016-02-21T11:32:00+00:00

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?