ሞደል:Infobox/imagelimit.css

ካብ ዊኪፐድያ፣ ናጻ ኢንሳይክሎፐድያ
/**
 * csslint important:false, overqualified-elements:false
 */
.infobox .image {
	max-width: 100%;
	margin: 0 auto;
}
.infobox .image img {
	max-width: 100%;
	height: auto;
}
/* timeless override */
body.skin-timeless .infobox .image a.image > img {
	max-width: 100% !important;
	height: auto !important;
}