Patterns
- Native lazy:
img[loading="lazy"] - JS lazy:
img.js-lazy[data-src]→ src set on intersect - Caption: sibling
.caption
Gallery
Scroll the page so JS-lazy images hydrate from data-src.
Some images use native loading="lazy"; others use data-src until scrolled into view.
img[loading="lazy"]img.js-lazy[data-src] → src set on intersect.captionScroll the page so JS-lazy images hydrate from data-src.