We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bac26e8 + 6e9ea5f commit d6d0faeCopy full SHA for d6d0fae
dotcom-rendering/src/components/Masthead/HighlightsCardImage.tsx
@@ -45,7 +45,7 @@ export const HighlightsCardImage = ({
45
src={avatarUrl}
46
alt={byline ?? ''}
47
shape="cutout"
48
- imageSize="large"
+ imageSize="highlights-card"
49
/>
50
</div>
51
);
@@ -56,7 +56,7 @@ export const HighlightsCardImage = ({
56
return (
57
<div css={[imageStyles, nonAvatarImageStyles]}>
58
<CardPicture
59
- imageSize="medium"
60
mainImage={mainMedia.podcastImage.src}
61
alt={mainMedia.podcastImage.altText}
62
loading={imageLoading}
0 commit comments