develodesign / magento-module-pagebuilder-lazyload-images
Uses the modern browser loading="lazy" attribute on images added via page builder. Can be turned on and off per image as needed.
Installs: 26 829
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 1
Open Issues: 3
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-16 19:39:26 UTC
README
Main Functionalities
Uses the modern browser loading="lazy" attribute on images added via page builder. Can be turned on and off per image as needed.
- Do not turn on for images loaded above the fold, this causes unnecessary layout shift (CLS).
Composer
composer require develodesign/magento-module-pagebuilder-lazyload-images
bin/magento module:enable Develodesign_PagebuilderLazyLoadImages
bin/magento setup:upgrade
bin/magento cache:flush
Zip file
- Unzip the zip file in
app/code/Develodesign/PagebuilderLazyloadImages
- Enable the module by running
php bin/magento module:enable Develodesign_PagebuilderLazyloadImages
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Installation
- = in production please use the option
--keep-generated