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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html
new file mode 100644
index 00000000..7195bae7
--- /dev/null
+++ b/www/templates/image-modal.html
@@ -0,0 +1,9 @@
+<ion-modal-view cache-view="false" style="background-color:#444444">
+ <ion-content>
+ <ion-scroll direction="xy" scrollbar-x="false" scrollbar-y="false" overflow-scroll="false" zooming="true">
+ <img on-double-tap="closeModal();" src="{{thumbnailLarge}}" style="display:block; width:100%" />
+
+ </ion-scroll>
+
+ </ion-content>
+</ion-modal-view>