windandkite / module-page-builder-core-web-vitals
A Magento 2 Module introducing additional attributes to improve PageBuilder Elements CWV
Installs: 525
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/module-page-builder: ^2.0
This package is auto-updated.
Last update: 2025-06-28 19:56:54 UTC
README
A Magento 2 Module introducing additional attributes to improve PageBuilder Elements CWV
Why is it needed
Magento Core Page Builder elements don't allow for the configuration of all attributes that are recommended to use for improving Core Web Vitals. This module aims to customise the existing Page Builder elements in order to give that control to the admin users.
What Customisations are Added
- Image:
- Loading attribute:
- Gives admin users the ability to choose between Eager or Lazy loading for Desktop and mobile image independently
- Height/Width:
- Gives admin users the ability to set a static Height and Width Value for Desktop and mobile image independently
- Loading attribute:
Installation
The package is available via packagist for easy installation via composer
Install via composer:
composer require windandkite/module-page-builder-core-web-vitals
bin/magento module:enable WindAndKite_PageBuilderCoreWebVitals
Setup
This module requires no setup configuration.
Contributions
to contribute to this project please install the package with the --prefer-source
flag to download the Git source, any
changes should then be pushed to GitHub and follow the usual Code Review Process. Once reviewed and merged in please
create a release and appropriate tag for the changes ensuring to follow Semver.