Difference between revisions of "MediaWiki:Mobile.css"

(Tags: mobile edit, mobile web edit)
Line 3: Line 3:
 
/* To make images responsive */
 
/* To make images responsive */
 
img {
 
img {
max-width:100%;
 
height:auto;
 
}
 
 
.lazy-image-placeholder {
 
max-width:100%;
 
height:auto;
 
}
 
 
.image-lazy-loaded {
 
 
max-width:100%;
 
max-width:100%;
 
height:auto;
 
height:auto;
 
}
 
}

Revision as of 10:09, 2 October 2018

/* Das folgende CSS wird für alle Nutzer der mobilen Ansicht geladen. */

/* To make images responsive */
img {
	max-width:100%;
	height:auto;
}