Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Joe McGill

    (@joemcgill)

    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

    (@jaspermdegroot)

    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!

    Plugin Contributor Jasper de Groot

    (@jaspermdegroot)

    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.