From 15c4088a683b17dbc43d7374676b277f539057da Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Mon, 26 Aug 2019 14:08:30 +0300 Subject: Make image orientation consistent on FF, fix videos w/ modal --- src/components/attachment/attachment.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/attachment/attachment.vue') diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index ec326c45..af16e302 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -190,6 +190,7 @@ .video { width: 100%; + height: 100%; } .play-icon { @@ -286,7 +287,7 @@ } img { - image-orientation: from-image; + image-orientation: from-image; // NOTE: only FF supports this } } } -- cgit v1.2.3-70-g09d2