blueimp: fix image asset URL
This commit is contained in:
parent
e6e6299588
commit
551841e0ad
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ $margin: 15px;
|
||||||
top: $margin;
|
top: $margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slide-loading {
|
||||||
|
background-image: image-url("blueimp-gallery/img/loading.gif");
|
||||||
|
}
|
||||||
|
|
||||||
.too-tall {
|
.too-tall {
|
||||||
margin-bottom: $margin * 2 + $thumbnail-size;
|
margin-bottom: $margin * 2 + $thumbnail-size;
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue