Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLloading lazy decodingSingle-choice MCQ

A developer adds `loading="lazy"` to an `<img>` but it loads immediately on page open anyway, even though it sits far below the fold. Which factor most plausibly explains this?

<img src="hero-bottom.jpg" loading="lazy" width="800" height="600" alt="">