I would like to use images through delivery Api with global crops.
When I use ImageBlock with imageMedia property it returns with global crop id, alias, width, height and coordinates but when I use imageContent type with image property (both with image mediaType) it returns only local crops with values and global crops are returned with $ref reference value.
- How can I return here global crop values instead of $ref value?
- How can I use $ref for querying and displaying an image with global crop?
I see that local and global crops are different as local image crop data is stored on the document in this property from Global crops as they are defined on the Media Item, making the crops shared between all usage of that Media Item.
But how can we query / return the global crop data with Delivery Api or custom Api?
Thanks, Attila