diff --git a/resources/skins.minerva.content.styles/images.less b/resources/skins.minerva.content.styles/images.less index d7e195a..b535434 100644 --- a/resources/skins.minerva.content.styles/images.less +++ b/resources/skins.minerva.content.styles/images.less @@ -57,6 +57,12 @@ // make sure that images in articles don't cause a horizontal scrollbar // on small screens max-width: 100% !important; + } + + // Note height auto is only applied to images. Not neeed for the lazy-image-placeholder which is + // a gray box and will cause reflows. + noscript > img, + a > img { height: auto !important; }