diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index fa254b42..0250026b 100644 --- a/assets/css/_page/_single.scss +++ b/assets/css/_page/_single.scss @@ -264,8 +264,11 @@ img { max-width: 100%; - height: auto; min-height: 1em; + + &:not([data-h]) { + height: auto; + } } svg { max-width: 100%; @@ -301,7 +304,7 @@ @include object-fit(none); } - .lazyloaded:not([data-h]) { + .lazyloaded { @include object-fit(fill); } diff --git a/docs b/docs index d805b776..9276a1c1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d805b776401c7369218e78ad4e92f0fa812b6c4b +Subproject commit 9276a1c16d5160bb1c4d231df9623e3094570c39