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.
1 parent 40d3f04 commit 5324f24Copy full SHA for 5324f24
dotcom-rendering/src/components/LoopVideoPlayer.tsx
@@ -56,8 +56,9 @@ type Props = {
56
onError: (event: SyntheticEvent<HTMLVideoElement>) => void;
57
AudioIcon: (iconProps: IconProps) => JSX.Element;
58
/**
59
- * We show a thumbnail image when the user has indicated that they do
60
- * not want videos to play automatically, e.g. prefers reduced motion.
+ * We ONLY show a thumbnail image when the user has indicated that they do
+ * not want videos to play automatically, e.g. prefers reduced motion. Otherwise,
61
+ * we do not bother downloading the image, as the video will be autoplayed.
62
*/
63
thumbnailImage?: string;
64
};
0 commit comments