diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2020-09-15 09:06:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-15 09:06:25 -0400 |
| commit | ae576a8a6f393f29c5656190694ea8422a6ef101 (patch) | |
| tree | ba399fd324d5b0a64415834b348f927d7e5362c2 /www/templates | |
| parent | 69a9c8eabe059145f8a0599a44df2b6897ac3180 (diff) | |
| parent | 78a9cc8e6c4c2206fb7ba5d035ceed7279fd5a85 (diff) | |
Merge pull request #980 from lucasnz/master
large thumbs were being cropped a touch
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 7ce3c3f7..e8f5dfa7 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -69,7 +69,8 @@ <div class="col events-list-text"> <!-- data --> <!-- for largeThumbs show image in this column --> - <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'" width="100%" style="padding: 5px;"> + <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'" width="100%" + style="padding-top: 5px; padding-bottom: 5px; margin-left: -5px; margin-right: -5px;"> <img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" |
