Improved image lazy loader

This commit is contained in:
2017-06-24 17:38:10 +02:00
parent 873be1849f
commit c6694aef8c
7 changed files with 24 additions and 24 deletions

11
styles/images.scarlet Normal file
View File

@ -0,0 +1,11 @@
.lazy
visibility hidden
opacity 0
.image-found
visibility visible
opacity 1 !important
.image-not-found
visibility hidden
opacity 0 !important