summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-03 13:55:36 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-03 13:55:36 -0500
commit80189432a0411b764da6c60cbac8d22d7b1818dc (patch)
treeb511cb40a775878fb08f222baace074fcaa122da
parenta6d610369ff955b97f908ee668baa17e6f77e14f (diff)
bgcolor made consistent for thumbnails
-rw-r--r--www/templates/events.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index a16a3f65..fd7de60e 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -101,7 +101,7 @@
<!-- ng-image-appear transition-duration="0.5s" animation="fillIn" bg-color="#50a4e2" {{event.Event.thumbWidth}}X{{event.Event.thumbHeight}}-->
- <img ng-image-appear transition-duration="0.3s" animation="fillIn" bg-color="#50a4e2" width="{{event.Event.thumbWidth}}px"
+ <img ng-image-appear transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" width="{{event.Event.thumbWidth}}px"
height="{{event.Event.thumbHeight}}px" ng-src="{{event.Event.baseURL}}/index.php?view=image&fid={{event.Event.MaxScoreFrameId}}&width={{event.Event.thumbWidth*2}}&height={{event.Event.thumbHeight*2}}"
on-tap="showThumbnail(event.Event.baseURL,event.Event.MaxScoreFrameId)" />
<!--<p>{{event.Event.thumbWidth}}px*{{event.Event.thumbHeight}}px</p>-->