Issue with image auto resize on firefox

I have an issue with the CSS of my website, but only under Firefox.
Basically the theme should resize correctly images and text to fit the width of the column.

On Safari and Chrome the following code is working correctly :

Read More
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
}

But on firefox images (and I’ve just seen also text above) is displayed uncorrectly.

Example: http://www.ange-studio.com/paint-in-estelle/
Just need to try with Safari/Chrome on one side and Firefox on the other.

Any idea of the CSS to fix?

Related posts

Leave a Reply