I'm using a video from Google Drive and the video takes a while to load on the page. I tried using the lazy loading prop, but the same result
<div className="video-container">
<iframe
className="relative right-16 p-0 m-0"
src="https://drive.google.com/file/d/14JF5_OmTykWsg1bjF1FPLDvNSJe3NYSm/preview"
width="120%"
height="120%"
frameBorder="0"
loading="lazy"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
title="Embedded youtube"
></iframe>
</div>