diff --git a/app/assets/stylesheets/gallery.scss b/app/assets/stylesheets/gallery.scss index 6780c2b3b..b0e2d522c 100644 --- a/app/assets/stylesheets/gallery.scss +++ b/app/assets/stylesheets/gallery.scss @@ -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;