Get values of the Image Cropper
# help-with-umbraco
p
Is there a possibility to get just the values of the image cropper by providing the crop name?
h
@PascalEugster what exactly do you mean by "the values"? The image file src URL? The focal point (top/left)?
p
Hey @Heather , i need the defined values for the image cropper itself. 🙂 Thanks for your response.
h
It's really not clear to me what you are trying to do that isn't just available as a property of the data... The value is of type "MediaWithCrops" Here is some info about that model: https://our.umbraco.com/apidocs/v8/csharp/api/Umbraco.Core.Models.MediaWithCrops.html Other docs which might help: https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper
p
This was exactly what i was looking for!
@Heather Also thanks to you for helping!
h
I'm glad you've got what you needed. 🙂
3 Views