diff --git a/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx b/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx
index a9f6f5a6e..ac6036154 100644
--- a/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx
+++ b/src/editors/sharedComponents/SelectionModal/GalleryCard.jsx
@@ -28,11 +28,7 @@ const GalleryCard = ({
>
{(thumbnailError && thumbnailFallback) ? (
@@ -40,7 +36,7 @@ const GalleryCard = ({
) : (
setThumbnailError(true))}
/>
diff --git a/src/editors/sharedComponents/SelectionModal/index.scss b/src/editors/sharedComponents/SelectionModal/index.scss
index 89e597816..19d975b22 100644
--- a/src/editors/sharedComponents/SelectionModal/index.scss
+++ b/src/editors/sharedComponents/SelectionModal/index.scss
@@ -30,3 +30,11 @@
margin-bottom: .4375rem;
margin-top: .4375rem;
}
+
+.selection-modal-image-thumbnail {
+ width: 180px;
+ height: 101.25px;
+ object-fit: contain;
+ max-width: 100%;
+ max-height: 100%;
+}