diff --git a/src/app/Components/ArtworkRail/ArtworkRailCardImage.tsx b/src/app/Components/ArtworkRail/ArtworkRailCardImage.tsx index 4dfb71995d9..b82329c2ea6 100644 --- a/src/app/Components/ArtworkRail/ArtworkRailCardImage.tsx +++ b/src/app/Components/ArtworkRail/ArtworkRailCardImage.tsx @@ -73,7 +73,7 @@ export const ArtworkRailCardImage: React.FC = ({ ...r aspectRatio={image.aspectRatio} blurhash={showBlurhash ? image.blurhash : undefined} performResize={false} - resizeMode="contain" + resizeMode="cover" testID="artwork-rail-card-image" /> )}