<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}> <video className="w-full" controls> <source src="intro-video.mp4" type="video/mp4" /> Your browser does not support the video tag. </video></div>
<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}> <video className="w-full" controls> <source src="intro-video.mp4" type="video/mp4" /> Your browser does not support the video tag. </video></div>
For some reason my video plays but I can't scrub through it. I can only play and pause the video. I've tried moving the component it is in, into an island but that didn't fix it either.