We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dd677 commit 979a78bCopy full SHA for 979a78b
dotcom-rendering/src/components/LoopVideoInArticle.importable.tsx
@@ -28,11 +28,11 @@ export const LoopVideoInArticle = ({
28
atomId={element.id}
29
fallbackImage={posterImageUrl}
30
fallbackImageAlt={caption}
31
- fallbackImageAspectRatio={'5:4'}
32
- fallbackImageLoading={'lazy'}
33
- fallbackImageSize={'small'}
+ fallbackImageAspectRatio="5:4"
+ fallbackImageLoading="lazy"
+ fallbackImageSize="small"
34
height={400}
35
- linkTo={'Article-embed-MediaAtomBlockElement'}
+ linkTo="Article-embed-MediaAtomBlockElement"
36
posterImage={posterImageUrl}
37
sources={convertAssetsToVideoSources(element.assets)}
38
subtitleSize="medium"
0 commit comments