From 0ee767788d18a9803981dc08c30714092f959f79 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 11 May 2021 14:55:12 -0500 Subject: [PATCH] Don't resize embedded images with explicit dimensions, fixes #470 --- app/styles/components/status.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 430c301a0..9f9c6409b 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -56,7 +56,7 @@ } /* Markdown images */ - img:not(.emojione) { + img:not(.emojione):not([width][height]) { width: 100%; height: 285.188px; object-fit: contain;