diff --git a/webapp/components/PostCard/index.vue b/webapp/components/PostCard/index.vue index 66e42df26..85b19f105 100644 --- a/webapp/components/PostCard/index.vue +++ b/webapp/components/PostCard/index.vue @@ -135,6 +135,7 @@ export default { .ds-card-image img { width: 100%; max-height: 2000px; + object-fit: contain; -o-object-fit: cover; object-fit: cover; -o-object-position: center;