Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!-- Without lazy loading: loads immediately --> <iframe src="https://www.youtube.com/embed/VIDEO_ID"></iframe> <!-- With lazy loading: defers until near viewport --> <iframe src="https://www.youtube.com/embed/VIDEO_ID" loading="lazy" title="Demo video" ></iframe>
Result
Open