summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-31 09:21:51 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-31 09:21:51 -0400
commitf53cb76ed1f89607bb8f8c261fa771d733d04b3f (patch)
tree43d2fb4f5882ab78c7dff5f4616c2df0829077b1 /www/templates/events-modal.html
parenta6b7582785a396f059be7e901b56845477140558 (diff)
modified image access to route through index.php and fixed cookie intercept and insert
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 86f52489..2b0c2abe 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -13,10 +13,15 @@
<li ng-repeat="slide in slides">
- <img id="hello" imageonload="finishedLoadingImage($index)"
+ <img imageonload="finishedLoadingImage($index)"
+ image-spinner-src="{{loginData.url}}/index.php?view=image&path={{relativePath}}{{slide.img}}"
+ image-spinner-loader="lines"
+ ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}"/>
+
+ <!--<img id="hello" imageonload="finishedLoadingImage($index)"
image-spinner-src="{{eventBasePath}}{{slide.img}}?rand={{rand}}"
image-spinner-loader="lines"
- ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}";/>
+ ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}";/>-->
</li>
</ul>