summaryrefslogtreecommitdiff
path: root/www/templates/image-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/image-modal.html')
-rw-r--r--www/templates/image-modal.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html
new file mode 100644
index 00000000..2ed126c6
--- /dev/null
+++ b/www/templates/image-modal.html
@@ -0,0 +1,5 @@
+<ion-modal-view cache-view="false" style="background-color:#444444">
+<ion-content>
+ <img on-double-tap="closeModal();" src="{{thumbnailLarge}}" style="display:block; width:100%"/>
+</ion-content>
+</ion-modal-view>