HomeHTML Lazy loading in HTML byAlex R. •May 08, 2022 Here is a way to load images or ifrmaes only when they appear in the viewport <img src="..."> loading="lazy" /> The same works with iframes <iframe src="..."> title="..." loading="lazy" /> Tags HTML Facebook Twitter