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;