Template:Img/styles.css

Template page
Revision as of 01:04, 24 December 2021 by w:c:strategywiki>Prod (Created page with "→‎Resize to fill its container div's width: .img-maxwidth { max-width: 100%; height: auto; } →‎Dark background for light images with transparent backgrounds: .img-bgb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Resize to fill its container div's width */
.img-maxwidth {
	max-width: 100%;
	height: auto;
}

/* Dark background for light images with transparent backgrounds */
.img-bgblack {
	background-color: black;
}