Hi everyone,
I’m a bit confused about the resize Twig filter parameters.
As far as I remember, parameters like offset, quality, and sharpen used to work fine with the resize filter as well. Has something changed recently?
Right now it looks like these options are no longer being applied when using resize.
Example:
<img src="{{ image|media|resize(1000, false, {
quality: 50,
sharpen: 10,
extension: 'webp',
filename: true
}) }}" />
Am I missing something, or was there a change in behavior or an update that removed/supports these parameters differently now?
Thanks in advance!