MediaWiki:Common.css: Difference between revisions
From 20R1
Created page with "→CSS placed here will be applied to all skins: .full-width-img img { width: 100% !important; height: auto !important; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Responsive image container */ | ||
.full-width- | .full-width-image img { | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
max-width: 100%; | |||
} | } | ||
