Skip to content

Commit 33b846d

Browse files
committed
muted is true
1 parent ea1e1e2 commit 33b846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LoopVideoPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ export const LoopVideoPlayer = forwardRef(
124124
<>
125125
{/* eslint-disable-next-line jsx-a11y/media-has-caption -- Captions will be considered later. */}
126126
<video
127+
muted={true}
127128
id={loopVideoId}
128129
ref={ref}
129130
preload={preloadPartialData ? 'metadata' : 'none'}
130131
loop={true}
131-
muted={isMuted}
132132
playsInline={true}
133133
height={height}
134134
width={width}

0 commit comments

Comments
 (0)