diff --git a/static/css/style.css b/static/css/style.css index 6cced33..0de3680 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1141,6 +1141,11 @@ form .post { .post .attachments a.image img { display: block; max-width: 100%; + object-fit: cover; + object-position: center; + max-height: 400px; + height: 100%; + width: 100%; } .post .attachments video { @@ -1381,6 +1386,9 @@ form .post { border-radius: 0; } + .post .attachments a.image img { + max-height: 300px; + } }