And that was after trying out everything else what used to work.
Here
@employee.Image
returns image path, where
@employee.Image.GetCropUrl("employee")
Returns query string and all other info (?crop=0.12122113646245732,0.028987497234745328,0,0.34549282559443445&cropmode=percentage&width=384&height=410).
So combining those two I got a cropped image.
What usually worked:
@Url.GetCropUrl(employee, "image", "employee")
Returns empty.
This is Image Cropper Data Type placed in Document Type, this image is not picked via Media Picker.
GetCropUrl, how it works now? (v8.1.4)
I might be out of sync, but what happened with GetCropUrl?
And that was after trying out everything else what used to work.
Here
returns image path, where
Returns query string and all other info (?crop=0.12122113646245732,0.028987497234745328,0,0.34549282559443445&cropmode=percentage&width=384&height=410).
So combining those two I got a cropped image.
What usually worked:
Returns empty.
This is Image Cropper Data Type placed in Document Type, this image is not picked via Media Picker.
Zoki - Take a look at this: https://our.umbraco.com/forum/umbraco-8/95932-getcropurl-returns-empty#comment-332558
is working on a reply...