diff --git a/web/app/components/base/image-gallery/style.module.css b/web/app/components/base/image-gallery/style.module.css index 116d602508..64756a5d69 100644 --- a/web/app/components/base/image-gallery/style.module.css +++ b/web/app/components/base/image-gallery/style.module.css @@ -1,8 +1,8 @@ .item { - height: 200px; + max-height: 200px; margin-right: 8px; margin-bottom: 8px; - object-fit: cover; + object-fit: contain; object-position: center; border-radius: 8px; cursor: pointer;