--- title: "Lazy loading images, iframes, and video" category: performance status: recommended url: https://webspecification.com/spec/performance/lazy-loading/ updated: "2026-05-29T09:51:43.000Z" sources: - title: "MDN — loading attribute" url: "https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#loading" publisher: "MDN" - title: "MDN — ``` Valid values: `lazy` (defer), `eager` (load immediately — the default). `` has supported `loading="lazy"` since Chrome 77 (2019) and is universally available across modern browsers. `