Crop image widget or addon

Hi!

When I update image into entry I’d like to have option to crop image.
Is it possible to do this in headless cms? Or maybe is there addon for that?

Thank you for answers

Cropping is not possible via ui. The assets manager is a bit limited…

You can set a focal point (the red dot in the middle of an image) to define the center. When you fetch the image via api with the thumbnail method and a width and height, the thumbnail will be generated/cropped on the fly with your predefined focal point.

1 Like