feat(partials): implement LQIP renderer with WebP

This commit is contained in:
kdevo
2021-10-09 16:08:28 +02:00
parent c824db3108
commit ebc898b8e3
4 changed files with 36 additions and 9 deletions
+4
View File
@@ -3,6 +3,10 @@
display: none;
}
.no-js source.lazyload {
display: none;
}
/* Hides broken image icon which may shortly be disaplayed on load */
img.lazyload:not([src]) {
visibility: hidden;