<div
dangerouslySetInnerHTML={{
__html: `<video
autoplay loop muted playsinline
preload="auto"
height="751px"
width="100vw"
ref={${fullScreenVideoRef}}
class="h-[751px] w-screen"
>
<source src=${"/assets/videos/Seventeen.mp4"} type="video/mp4" />
Your browser does not support the video tag.
</video>`,
}}
></div>
<video
autoPlay
preload="auto"
height="751px"
width="100vw"
loop
muted
playsInline
ref={fullScreenVideoRef}
className={"h-[751px] w-screen"}
>
<source src="/assets/videos/Seventeen.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<div
dangerouslySetInnerHTML={{
__html: `<video
autoplay loop muted playsinline
preload="auto"
height="751px"
width="100vw"
ref={${fullScreenVideoRef}}
class="h-[751px] w-screen"
>
<source src=${"/assets/videos/Seventeen.mp4"} type="video/mp4" />
Your browser does not support the video tag.
</video>`,
}}
></div>
<video
autoPlay
preload="auto"
height="751px"
width="100vw"
loop
muted
playsInline
ref={fullScreenVideoRef}
className={"h-[751px] w-screen"}
>
<source src="/assets/videos/Seventeen.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>