1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 18:07:42 +00:00

Fix: optimize lazy loading of coverimages

This commit is contained in:
jcorporation
2018-10-10 23:01:21 +01:00
parent c204318fc4
commit 8058c48a38
2 changed files with 4 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ small {
.album-cover {
background-size: cover;
background-image: url("/assets/coverimage-loading.png");
border: 1px solid black;
border-radius: 5px;
overflow: hidden;