fix: lazy load portraits
This commit is contained in:
@ -25,8 +25,3 @@ img.lazy-image {
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
img.lazy-image.loaded {
|
||||
opacity: 1;
|
||||
z-index:-1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user