https://github.com/magesuite/image-optimization
This module contains helpers a helper and command for image optimization.
Table of Contents |
---|
...
Info |
---|
This module is required by magesuite-cms-frontend, which are ia part of core package |
Installation if metapackage is not used:
Code Block |
---|
composer require "creativestyle/magesuite-image-resizeoptimization" ^1.0.0 |
Admin settings
There is no admin setting for this module.
...
Note |
---|
Backend documentation need to be added |
Example of usage in magesuite-cms-tag-manager/Service/Mapper/CmsPageDataMapper.php
...
Please note that image optimization is commented out in the magesuite-frontend:
https://gitlab.creativestyle.pl/magesuite/frontend/-/blob/3.x/Service/Image/Resizer.php#L87
Frontend
There are no frontend features in this module.
...