summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/img/frameerror.pngbin53569 -> 12285 bytes
-rw-r--r--www/templates/events.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/www/img/frameerror.png b/www/img/frameerror.png
index ef39b8c8..c5bb6e1f 100644
--- a/www/img/frameerror.png
+++ b/www/img/frameerror.png
Binary files differ
diff --git a/www/templates/events.html b/www/templates/events.html
index 71522fa0..b2eb416a 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -89,7 +89,7 @@
<img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)"
- width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" />
+ width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" fallback-src="img/frameerror.png" />
</div>