Skip to content

Commit 615fd17

Browse files
philipjfulcherFrozenPandaz
authored andcommitted
fix(nx-dev): add playsInline to video loop component
(cherry picked from commit aceebca)
1 parent 707b732 commit 615fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/ui-markdoc/src/lib/tags/video-loop.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function VideoLoop({
4242
}, []);
4343

4444
return (
45-
<video ref={videoRef} autoPlay muted loop>
45+
<video ref={videoRef} autoPlay muted loop playsInline>
4646
<source src={src} type="video/mp4" />
4747
<div className="p-4 text-center">
4848
<p className="pb-3 font-bold">

0 commit comments

Comments
 (0)