Skip to content

Commit aceebca

Browse files
philipjfulcherjuristr
authored andcommittedJan 7, 2025·
fix(nx-dev): add playsInline to video loop component
1 parent cb4a93e commit aceebca

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)
Please sign in to comment.