본문으로 이동

: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%;
	}
}