"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; }
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 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 :).