fix(nx-dev): add playsInline to video loop component
This commit is contained in:
parent
cb4a93e872
commit
aceebca1aa
@ -42,7 +42,7 @@ export function VideoLoop({
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<video ref={videoRef} autoPlay muted loop>
|
<video ref={videoRef} autoPlay muted loop playsInline>
|
||||||
<source src={src} type="video/mp4" />
|
<source src={src} type="video/mp4" />
|
||||||
<div className="p-4 text-center">
|
<div className="p-4 text-center">
|
||||||
<p className="pb-3 font-bold">
|
<p className="pb-3 font-bold">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user