feat: make thumbhash work with image slider
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled

This commit is contained in:
2024-04-06 23:40:31 +02:00
parent 68431e6b9c
commit 96c053d5ff
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;
}