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>
Here you go anything that might be interesting.
– Sam
Perfect, very helpful, thank you.
– Gabriel Queiroz Schicora