Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Native Lazyload
This plugin enables lazy-loading for images and iframes in your website's content. It uses the native browser feature called the "loading" attribute, which improves performance by only loading media when it is needed. If the browser doesn't support the "loading" attribute, the plugin falls back to a JavaScript solution.Changelog
1.0.2
- Fix broken images which are using data URI scheme (e.g. base64-encoded images). Props ieim.
- Fix images in IE 11 not being loaded until the user starts scrolling. Props Soean.
- Fix image loading script not working in IE10 and other browsers that do not support
dataset.
1.0.1
- Improve compatibility with other plugins by using more specific class and only adding it for JS fallback.
- Run lazy-load script on
DOMContentLoadedwhen necessary to improve compatibility with plugins like Autoptimize. - Do not transform elements inside an AJAX response due to lack of predictability of the context and script execution.
1.0.0
- Initial release
