Created by: alienlebarge
My CMS (Typo3) add the height and widthattributes in every <img /> tags.
For a responsive website, the width is correctly adjusted (override) via CSS. This is not the case for the height. It remains fixed.
The height: auto; fix that.
Hope it will be usefull.
cédric