diff --git a/packages/pl-fe/src/components/preview-card.tsx b/packages/pl-fe/src/components/preview-card.tsx index f43198bea..bf3ec9f66 100644 --- a/packages/pl-fe/src/components/preview-card.tsx +++ b/packages/pl-fe/src/components/preview-card.tsx @@ -166,6 +166,7 @@ const PreviewCard: React.FC = ({ backgroundImage: `url(${card.image})`, width: horizontal ? width : undefined, height: horizontal ? height : undefined, + aspectRatio: ratio, }} className='status-card__image-image' title={card.image_description || undefined}