summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-22 15:32:22 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-22 15:32:22 -0500
commit5c5a5fd83d8552de34cbe0a40d192b2443c62d83 (patch)
tree6625e52dd49c238c683d9d3c66697f101f980797 /www/templates/events-modal.html
parentd3dede8181d813e4b490aba4a8a9099366b63711 (diff)
#147 directed images through http interceptor
Former-commit-id: ed7370e244a1bc7d0badfabd763b28e0229682b7
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 675a812d..da27116e 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -20,7 +20,7 @@
<li ng-repeat="slide in slides">
<div ng-if="!animationInProgress">
<img style="width:100vw; height:100vh" imageonload="finishedLoadingImage($index)"
- image-spinner-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}"
+ http-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}"
image-spinner-loader="lines"
ng-class="{'object-fit_cover':imageFit==false, 'object-fit_contain':imageFit==true}"
@@ -28,7 +28,7 @@
</div>
<div ng-if="animationInProgress">
<img style="width:100vw; height:100vh" imageonload="finishedLoadingImage($index)"
- image-spinner-src="img/pausevideo.png"
+ http-src="img/pausevideo.png"
image-spinner-loader="lines"
class="object-fit_contain" />
</div>