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 ea1e1e2 commit 33b846dCopy full SHA for 33b846d
dotcom-rendering/src/components/LoopVideoPlayer.tsx
@@ -124,11 +124,11 @@ export const LoopVideoPlayer = forwardRef(
124
<>
125
{/* eslint-disable-next-line jsx-a11y/media-has-caption -- Captions will be considered later. */}
126
<video
127
+ muted={true}
128
id={loopVideoId}
129
ref={ref}
130
preload={preloadPartialData ? 'metadata' : 'none'}
131
loop={true}
- muted={isMuted}
132
playsInline={true}
133
height={height}
134
width={width}
0 commit comments