Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 812 Bytes

File metadata and controls

11 lines (8 loc) · 812 Bytes

Lazy Extension for Mecha

Code Size

Starting with Chrome 76, you’ll be able to use the new loading attribute to lazy-load resources without the need to write custom lazy-loading code or use a separate JavaScript library. Please note that only images that are below the device viewport by the calculated distance load lazily. All images above the viewport, regardless of whether they’re immediately visible, load normally.

This extension helps you to automatically add the loading attribute with the value of lazy.