Hi, New user here!
I am implementing responsive images using the 'Sizes with media queries using derivatives’ method.
[edit: I am implementing this in the template / twig]
Is there a way to crop the image(s) to a specific aspect ratio?
I use this for a thumbnail gallery and would prefer to not serve extra pixels, when they will be hidden through css.
Thank you!