Solutions that I’ve found allow to crop Media, type Image when I’ve uploaded an image, but the media entity is not yet created (on the “Add media” page).
I need to upload a large full image once (and use it in full format on some nodes), and then crop it differently when I select it in different content types (to display small “zoomed” parts of the full image). So I need a manual crop to appear when I select a Media of type Image from a Media library. It can appear in Entity browser or on the node page.
Other solution is that I can create cropped images in advance being in my media library (/admin/content/media
) or when adding a media (/media/add/image
). The idea is that I do not want to reupload the image and add new title and alt.
Is this possible?