MediaWiki:Common.css
From WiRNS Wiki
(Difference between revisions)
Line 2: | Line 2: | ||
.resize img { | .resize img { | ||
− | width: auto; | + | width: 100%; |
− | height: 100%; | + | height: auto; |
+ | max-height:100%; | ||
} | } |
Revision as of 06:16, 30 June 2011
/* CSS placed here will be applied to all skins */ .resize img { width: 100%; height: auto; max-height:100%; }