Difference between revisions of "MediaWiki:Mobile.css"
(Tags: mobile edit, mobile web edit) |
|||
Line 8: | Line 8: | ||
.lazy-image-placeholder { | .lazy-image-placeholder { | ||
+ | max-width:100%; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .image-lazy-loaded { | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
} | } |
Revision as of 09:02, 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; } .lazy-image-placeholder { max-width:100%; height:auto; } .image-lazy-loaded { max-width:100%; height:auto; }