From f99e872c3561f8a3ae5bf96de92c783ea5959355 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 19 Dec 2017 00:12:49 +0300 Subject: [PATCH] fix australian images --- src/components/attachment/attachment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 57ff2625..d6a51ffd 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -131,6 +131,7 @@ width: 100%; height: 100%; /* If this isn't here, chrome will stretch the images */ max-height: 500px; + image-orientation: from-image; } } }