diff --git a/css/60_photos.css b/css/60_photos.css index 96888a499..4b655c853 100644 --- a/css/60_photos.css +++ b/css/60_photos.css @@ -419,6 +419,9 @@ label.streetside-hires { overflow: hidden; height: 100%; width: 100%; + background-image: url(img/loader-black.gif); + background-position: center; + background-repeat: no-repeat; } .vegbilder-wrapper .plane-frame > img.plane-photo{ @@ -447,6 +450,7 @@ label.streetside-hires { .photo-controls button:focus { height: 18px; width: 18px; + line-height: 18px; background: rgba(0,0,0,0.65); color: #eee; border-radius: 0; diff --git a/modules/services/plane_photo.js b/modules/services/plane_photo.js index 045ac812e..103eb0a42 100644 --- a/modules/services/plane_photo.js +++ b/modules/services/plane_photo.js @@ -86,6 +86,7 @@ export default { }, selectPhoto: function (data, keepOrientation) { + loadImage(_photo, ''); loadImage(_photo, data.image_path) .then(() => { if (!keepOrientation) {