summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-23 09:53:04 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-23 09:53:04 -0500
commit7e78751d1240c9649f7fdd93bb60ec11a18e0125 (patch)
tree209f5b45806fbddf6c68071a726e637f85877caf /www/templates/events-modal.html
parent5a80b2394a4bedd1212835c6dfb00fb0300893f1 (diff)
#147- undid auth approach -- causes problems with streaming images - we never get to success - screw it - lets see who complains
Former-commit-id: c1b7759465cf79b414c40aa241df011ffee85285
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 da27116e..675a812d 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)"
- http-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}"
+ image-spinner-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)"
- http-src="img/pausevideo.png"
+ image-spinner-src="img/pausevideo.png"
image-spinner-loader="lines"
class="object-fit_contain" />
</div>