@if (slideNode.HasProperty("linkImage"))
{
var image = slideNode.getProperty("linkImage").Value.ToString();
var test = Umbraco.Media(@image);
var path = test.umbracoFile;
<img src="@test.GetCropUrl("box")" alt="" />
}
But it seems like my crop is not displayed. The src looks right i think:
Imagecrop with mediaLibary. Not dispalying crop
I am using imagecropper with Umbraco 7.1.0.
Code for displaying my image:
But it seems like my crop is not displayed. The src looks right i think:
Any Idear what is wrong?
Thanks
Hi Anders,
You need to upgrade to v7.1.4 to solve this bug. It was a bug in ImageProcessor with non US cultures which has been fixed.
Regards,
Jeavon
is working on a reply...