summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-05 20:01:43 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-05 20:01:43 -0400
commit99154f9d7ed03e8f818c56055591cdb3774f669d (patch)
tree70240e4520ae4bf840110252f2376e458ceabef4 /www/templates
parentf3b29a2457c069230d6b7ecc17df715ece42c5a0 (diff)
allow for images to go beyond height if in landscape
Diffstat (limited to 'www/templates')
-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 1a964f6c..744474b0 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -98,7 +98,7 @@
<!-- <br/> Default video:{{event.Event.relativePath}}{{event.Event.DefaultVideo}}-->
</div>
</div> <!-- col-->
- <div class="col">
+ <div ng-if="loginData.eventViewThumbs!='none'" class="col">
<div ng-if="loginData.eventViewThumbs!='none'"
ng-class="::{'largeThumbs': thumbClass=='large', 'smallThumbs': thumbClass=='small'}">
<img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"