blueimp: fix image asset URL

This commit is contained in:
cmrd Senya 2022-07-12 23:42:01 +03:00
parent e6e6299588
commit 551841e0ad

View file

@ -14,6 +14,10 @@ $margin: 15px;
top: $margin;
}
.slide-loading {
background-image: image-url("blueimp-gallery/img/loading.gif");
}
.too-tall {
margin-bottom: $margin * 2 + $thumbnail-size;
max-height: none;