diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index fbe8adf3f..0de353d7e 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -130,3 +130,11 @@ lite-youtube { .resizable>video { max-height: 48vh!important; } + +img[alt^="![]("] { + height: 150px; + width: 100%; + -o-object-fit: contain; + object-fit: contain; + object-position: left; +}