service · inferred from evidence
image optimizer
A service or component responsible for resizing images based on provided dimensions.
- Fastly Magento2 Deep Image Optimization "Failed to shrink image" on product lists
The "Failed to shrink image" warning was a red herring: the actual cause was a missing canvas query argument on the image URLs, so the image optimizer had no target dimensions to shrink to. Adding the canvas argument (e.g. &canvas=262:262)