跳转到内容

英文维基 | 中文维基 | 日文维基 | 草榴社区

Template:Scalable image/styles.css

维基百科,自由的百科全书
.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%;
	}
}