Problem/Motivation

In Chrome 76 onwards, you can use the loading attribute to lazy-load images without the need to write custom lazy-loading code or use a separate JavaScript library. https://web.dev/native-lazy-loading/

Proposed resolution

add to < img > and < iframe > attributes decoding=”async” & loading=”lazy”.

User interface changes

User can choose what type of lazy to use (native or JS)

Comments

AgentSeo created an issue. See original summary.

  • osman committed 76ab164 on 7.x-1.x
    Issue #3165001: Native image lazy-loading for the web
    
osman’s picture

Status: Active » Fixed
osman’s picture

Assigned: AgentSeo » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.