nortn/magento2-page-builder-advanced-image

Magento2 PageBuilder - Advanced Image Content Type

1.1.0 2025-03-02 00:43 UTC

This package is auto-updated.

Last update: 2025-06-30 01:54:53 UTC


README

Image Optimisation

Image Loading

Both appearances contain "Lazy Load Image" switcher. It will add to image on frontend attribute loading="lazy" if it's enabled, and loading="eager" if disabled.

Image Lazy Load

Image Size Attributes

Both appearances contain fields to setup image width and height, separately for mobile and desktop. It is required to setup image size attributes to improve your site performance and get better mark on PageSpeed.

Image Sizes

Installation

To install the module from Packagist, run the following commands:

composer require nortn/magento2-page-builder-advanced-image
bin/magento module:enable NortN_PageBuilderAdvancedImage
bin/magento setup:upgrade
bin/magento cache:flush

Compatibility

  • Magento 2.4.x
  • Adobe Commerce (formerly Magento Commerce)

Support

For any issues or feature requests, please open an issue on GitHub.

GitHub Repository: m2ext-page-builder-advanced-image