ImageLazyloading 1.0.3
This is the third patch release of the ImageLazyloading Plugin.
Changes
- Add new option for iframe lazy loading
- Add option to disable the image lazy loading
Features
This Joomla Plugin sets the lazyloading attribute to all images and iframes that passes the onContentPrepare Event to allow modern browsers to lazyload them.
More information about the loading
attribute:
- Description: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading.
- HTML Specification: https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading.
- Currently the
loading
attribute is supported in the following browsers: https://caniuse.com/#feat=loading-lazy-attr.