MediaWiki:Common.css: Difference between revisions

From LHDB
(Created page with "→‎CSS placed here will be applied to all skins: .res-img img { max-width:100%; height:auto; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.res-img img {
.res-img img {
max-width:100%;
max-width:100vw;
height:auto;
height:auto;
}
}

Revision as of 21:48, 16 October 2024

/* CSS placed here will be applied to all skins */
.res-img img {
	max-width:100vw;
	height:auto;
}