summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-08-23 14:41:47 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-08-23 14:41:47 -0400
commit50fd0be163f613ca4b9502e9b1e9d62f0957a66e (patch)
treed959943efde25d8427b477a425c6d093a8c09540 /www/templates
parentb1bb1e98be495a8657a07e2b331e8cb506a81b39 (diff)
#678 #673 handle re-orientation
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index 23b5c728..c517966f 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -93,15 +93,12 @@
</div>
- <div class="col col-40" align="right" ng-if="loginData.enableThumbs">
- <!-- thumbnail -->
-
- <!-- ng-image-appear transition-duration="0.5s" animation="fillIn" bg-color="#50a4e2" {{event.Event.thumbWidth}}X{{event.Event.thumbHeight}}-->
- <div >
- <img ng-image-appear no-loader transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"
- on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}" height="{{event.Event.thumbHeight}}" />
+ <div align="right" class="col col-40" ng-if="loginData.enableThumbs" >
+
+ <img ng-image-appear no-loader transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"
+ on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" />
<!--<p>{{event.Event.thumbWidth}}px*{{event.Event.thumbHeight}}px</p>-->
- </div>
+
</div>