diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 08:35:46 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 08:35:46 -0400 |
| commit | c3a044e41901915e1544cd8ce9507419bca66b15 (patch) | |
| tree | a65f6e58cd8e0982a0fe44795fc3a836afac6fe9 | |
| parent | 57809655ad10ecf03e6d7c03bb9987fcdc179d01 (diff) | |
nits
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 6167603e..5993156c 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -98,7 +98,7 @@ <!-- ng-image-appear transition-duration="0.5s" animation="fillIn" bg-color="#50a4e2" {{event.Event.thumbWidth}}X{{event.Event.thumbHeight}}--> <div style="max-height:200px; max-width:200px"> - <img ng-image-appear transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" + <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="100%" height="100%" /> <!--<p>{{event.Event.thumbWidth}}px*{{event.Event.thumbHeight}}px</p>--> </div> |
