Asynchronous upload of videos

Asked

Viewed 81 times

0

I have a page with several videos that comes from Youtube, that page takes a considerable time to load and on older computers, the page stays locked until everything is loaded.

Is there any way to load the videos asynchronously without the videos disturbing the page loading?

Have some output for this with HTML or just using Javascript?

Videos are loaded through iframes.

<iframe width="400" height="220" src="https://youtube.com/embed/id_do_video" allow="autoplay; encrypted-media" allowfullscreen></iframe>
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.