Template:Img/styles.css: Difference between revisions

Template page
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...")
(No difference)

Revision as of 01:04, 24 December 2021

/* 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;
}