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.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html
index 2ac07f40..c1e0e5e6 100644
--- a/www/templates/image-modal.html
+++ b/www/templates/image-modal.html
@@ -3,12 +3,11 @@
<div id="imagecontainer">
- <ion-scroll has-bouncing=false min-zoom=1 zooming="true"
- direction="xy" style="width: 100%;" overflow-scroll="false">
- <img on-double-tap="closeModal();" ng-src="{{thumbnailLarge}}" style="display:block; width:100%;" />
+ <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%;" overflow-scroll="false">
+ <img on-double-tap="closeModal();" ng-src="{{thumbnailLarge}}" style="display:block; width:100%;" />
</ion-scroll>
- </div>
+ </div>
</ion-content>
</ion-modal-view>