Im stuck with this simple (or what i thought it would be simple) issue for rendering an image. My Document type has an Image Cropper with new dimensions set.
In my view i add the below
Model.MyImage.GetCropUrl("someAlias");
and it doesnt work. Ive tried different values according to the documents found at https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper but no matter what i try i cant satisy the parameters passed into GetCropUrl.
Model.MyImage is of type ImageCropperValue
Does anyone have any idea?