"height:auto" for #wrapper img
Hi Brett,
Just write to suggest adding "height:auto" for all default css files so that images could be proportional when scaled.
wrapper img {
max-width: 100%;
- height: auto; }
Hi Brett,
Just write to suggest adding "height:auto" for all default css files so that images could be proportional when scaled.
max-width: 100%;
Support Staff 2 Posted by Brett on 21 Feb, 2012 05:00 PM
Huh, the current CSS has always resulted in proportional scaling for me, but I'm happy to add height:auto to ensure consistent results. Consider it done :).