Skip to content

Commit

Permalink
fix(artwork rail): change image resize mode to "cover"
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaroop committed Oct 25, 2024
1 parent 18cab4f commit 67c99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Components/ArtworkRail/ArtworkRailCardImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ArtworkRailCardImage: React.FC<ArtworkRailCardImageProps> = ({ ...r
aspectRatio={image.aspectRatio}
blurhash={showBlurhash ? image.blurhash : undefined}
performResize={false}
resizeMode="contain"
resizeMode="cover"
testID="artwork-rail-card-image"
/>
)}
Expand Down

0 comments on commit 67c99a4

Please sign in to comment.