MediaWiki:Common.css: Difference between revisions
Cuntributor (talk | contribs) mNo edit summary |
Cuntributor (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
/* To make images responsive */ | /* To make images responsive */ | ||
. | .externalimage-holder { | ||
position: relative; | |||
} | |||
.externalimage-holder img { | |||
width: 100%; | |||
height: auto; | |||
} | } | ||
Revision as of 13:00, 2 March 2025
/* CSS placed here will be applied to all skins */
/* To make images responsive */
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}