Download the PHP package yireo/magento2-next-gen-images without Composer
On this page you can find all versions of the php package yireo/magento2-next-gen-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yireo/magento2-next-gen-images
More information about yireo/magento2-next-gen-images
Files in yireo/magento2-next-gen-images
Package magento2-next-gen-images
Short Description Magento 2 module to add NextGen images support to the Magento frontend
License OSL-3.0
Homepage https://www.yireo.com/software/magento-extensions/next-gen-images
Informations about the package magento2-next-gen-images
Magento 2 module for NextGenImages
This module adds next-gen image support to Magento 2. Please note that this is a base extension for other extensions to use. See Yireo_Webp2 for details.
WARNING: If you are using Hyva and want to use the latest version of this module, remove Hyva_YireoNextGenImages
.
Development
This module features some settings and info panels in the Magento Store Configuration. But the major feature is a plugin on the Layout
that scans for HTML <img/>
tags to convert them into <picture/>
tags with sources for alternative image formats.
A module Foo_Bar
could add a etc/di.xml
file to add a new convertor (a class implementing \Yireo\NextGenImages\Convertor\ConvertorInterface
) to the convertor listing:
FAQ
Can I skip lazy loading of images?
Yes, just add fetchpriority="high"
to the image HTML of your choice.
Roadmap
- Move CLI into separate module
- Move frontend into separate module
- Create GraphQL support
- Add more next gen image formats
- JPEG 2000
- HEIC
- AVIF
- JPEG XL
- WebP2
All versions of magento2-next-gen-images with dependencies
magento/module-backend Version ^100.0|^101.0|^102.0
magento/module-catalog Version ^100.0|^101.0|^102.0|^103.0|^104.0
magento/module-config Version ^101.0
magento/module-configurable-product Version ^100.0
magento/module-store Version ^100.0|^101.0
magento/module-swatches Version ^100.0
magento/module-page-cache Version ^100.0
yireo/magento2-csp-utilities Version ^1.0
psr/log Version ^1 || ^2 || ^3
php Version >=7.4.0
ext-dom Version *
ext-pcre Version *
ext-gd Version *