fix: check if image loaded

This commit is contained in:
2023-11-20 16:43:36 +01:00
parent 788a7b7c8f
commit 06bcdae2d1
2 changed files with 4 additions and 0 deletions

View File

@ -28,4 +28,5 @@ img.lazy-image {
img.lazy-image.loaded {
opacity: 1;
z-index:-1;
}