Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
.scalable img {
	max-width: 100% !important;
	height: auto !important;
}
@media all and (max-width: 720px) {
	.scalable .lazy-image-placeholder {
		width: 100% !important;
		max-height: 100%;
	}
}