Releases: zero-24/plg_content_imagelazyloading
ImageLazyloading 1.0.4
This is the fourth patch release of the ImageLazyloading Plugin.
Changes
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.
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.
ImageLazyloading 1.0.2
This is the seccond patch release of the ImageLazyloading Plugin.
Changes
- fr-FR Translation (from Crowdin)
- pt-BR Translation (from Crowdin)
Features
This Joomla Plugin sets the lazyloading attribute to all images that passes the onContentPrepare Event to allow modern browsers to lazyload the images.
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.
ImageLazyloading 1.0.1
This is the first patch release of the ImageLazyloading Plugin.
Bug Fixes
- Now we are making sure the image tag that we add the loading attribute to has an src tag too to keep this here in sync with the core plugin.
Features
This Joomla Plugin sets the lazyloading attribute to all images that passes the onContentPrepare Event to allow modern browsers to lazyload the images.
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.
ImageLazyloading 1.0.0
This is the initial release of the ImageLazyloading Plugin.
Features
This Joomla Plugin sets the lazyloading attribute to all images that passes the onContentPrepare Event to allow modern browsers to lazyload the images.
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.