improved lazy loading card images

This commit is contained in:
2021-07-12 12:50:40 +02:00
parent 7876386208
commit 1f8ae09838
19 changed files with 210 additions and 44 deletions

View File

@ -2864,3 +2864,10 @@ footer[role="contentinfo"]{
}
}
img.lazy{
&.loading{
// background-color: red;
}
}