Skip to content

Commit 5324f24

Browse files
committed
Update comment
1 parent 40d3f04 commit 5324f24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dotcom-rendering/src/components/LoopVideoPlayer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ type Props = {
5656
onError: (event: SyntheticEvent<HTMLVideoElement>) => void;
5757
AudioIcon: (iconProps: IconProps) => JSX.Element;
5858
/**
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.
59+
* We ONLY show a thumbnail image when the user has indicated that they do
60+
* 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.
6162
*/
6263
thumbnailImage?: string;
6364
};

0 commit comments

Comments
 (0)