🐛 Fix: image height error (#200)

This commit is contained in:
Cell
2022-09-24 14:41:27 +08:00
parent bd5b9a6328
commit 76288c53d5
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -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);
}
+1 -1
Submodule docs updated: d805b77640...9276a1c16d