fix(nx-dev): add playsInline to video loop component

This commit is contained in:
Philip Fulcher 2025-01-06 15:42:53 -07:00 committed by Juri Strumpflohner
parent cb4a93e872
commit aceebca1aa

View File

@ -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">