Set max-height and scaling behaviour of image in a post.

This commit is contained in:
Bojan Mojsilovic 2023-07-10 11:58:07 +02:00
parent 25e2de8908
commit c9bc34433b

View File

@ -309,6 +309,8 @@
.postImage {
display: block;
width: 100%;
max-height: 1200px;
object-fit: contain;
border-radius: 12px;
}