Skip to content

Issue #3182590 by osman: Render `loading=“lazy”` only when native lazy-loading is preferred

Osman Gormus requested to merge 3.x/3182590 into 8.x-3.x

If native lazy-loading is preferred only loading=“lazy” attribute is added to the image and iframe tags.

If lazysizes javascript library is used, the tag attributes are updated on server side, instead of via Javascript.

Merge request reports