Feature Request: Support VHS image viewhelpers
Ceremony64 opened this issue · 1 comments
Ceremony64 commented
On my website, I am using the image viewhelpers provided by the VHS extension, as they provide more control over dynamically sizing pictures (like the max and min values). Unfortunately, using these skips the creation of their webp counterpart.
It would be great if these could be covered by your webp extension as well.
wazum commented
I currently see no way to do that, there are no hooks, no events, nothing to know beforehand that the view helper is modifying the image.
They mess around with the images at a very low level (executing convert
on the server) inside this extension: