diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2017-12-09 18:16:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-09 18:16:20 -0500 |
| commit | 30659a51cb9bf4d1b037acb876371a630f092b6d (patch) | |
| tree | 8e71d548378c4184239493716764a7befb9de394 /www/templates/image-modal.html | |
| parent | 7b3618fe68f9b08292cffa6406756aa6ee14e373 (diff) | |
| parent | 02b539d381517228fec72235c3b8c5a5659bd711 (diff) | |
Merge pull request #564 from pliablepixels/fcm
Fcm
Diffstat (limited to 'www/templates/image-modal.html')
| -rw-r--r-- | www/templates/image-modal.html | 9 |
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> |
