Elerneron.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.fitWide img{ | .fitWide img{ | ||
max-width: 100%; | max-width: 100%; | ||
Line 8: | Line 7: | ||
width: auto; | width: auto; | ||
} | } | ||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 19:04, 10 January 2017
.fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; }
/* */