0
How to reduce loading time caused by iframe embed YouTube video?
Best way to embed without affecting on Loading speed
1 Antwort
+ 1
Hi Muhammed,
You don't need to use the <iframe> tag to embed videos to your website, use <video> HTML5 tag instead.
The <iframe> tag usage is to embed another document within your current page.