Skip to content

Commit 6e9ea5f

Browse files
committed
Properly size highlights images
1 parent 3d0a4b8 commit 6e9ea5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/Masthead/HighlightsCardImage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const HighlightsCardImage = ({
4545
src={avatarUrl}
4646
alt={byline ?? ''}
4747
shape="cutout"
48-
imageSize="large"
48+
imageSize="highlights-card"
4949
/>
5050
</div>
5151
);
@@ -56,7 +56,7 @@ export const HighlightsCardImage = ({
5656
return (
5757
<div css={[imageStyles, nonAvatarImageStyles]}>
5858
<CardPicture
59-
imageSize="medium"
59+
imageSize="highlights-card"
6060
mainImage={mainMedia.podcastImage.src}
6161
alt={mainMedia.podcastImage.altText}
6262
loading={imageLoading}

0 commit comments

Comments
 (0)