fix: lazy load portraits

This commit is contained in:
2023-11-20 16:51:33 +01:00
parent 06bcdae2d1
commit 43c862fbfd
2 changed files with 15 additions and 19 deletions

View File

@ -25,8 +25,3 @@ img.lazy-image {
opacity: 0;
transition: opacity 0.3s ease;
}
img.lazy-image.loaded {
opacity: 1;
z-index:-1;
}