I have a page with several videos that come from Youtube, this page takes a considerable time to load and on older computers, the page is locked until everything is loaded.
Is there a way to load the videos asynchronously without the videos hindering page loading?
Is there any way out of this with HTML or just using Javascript?
Videos are uploaded via iframes.
<iframe width="400" height="220" src="https://youtube.com/embed/id_do_video"allow="autoplay; encrypted-media" allowfullscreen></iframe>