feat: make thumbhash work with image slider

This commit is contained in:
2024-04-06 23:40:31 +02:00
parent ad2a2aa4f7
commit 8ac79bf1f3
10 changed files with 126 additions and 68 deletions

View File

@@ -70,8 +70,8 @@ picture.thumb::before {
position: absolute;
bottom: 10px;
right: 10px;
width: 30px;
height: 30px;
width: 20px;
height: 20px;
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
@@ -81,7 +81,6 @@ picture.thumb::before {
z-index: 2;
}
picture.thumb-loading::before {
opacity: 0.5;
}