Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am using umbraco v8.11.
In order to get value of image cropper in a partial view, I am using :
var image = item.Value<ImageCropperValue>("NewsImage"); var url = image.src + image.GetCropUrl("Thumbnail");
But i see the obsolete warning.
If i use anything else, instead of this, the image is null.
Is there any good, fresh syntax to fetch imagecropper value ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Image Cropper
Hi,
I am using umbraco v8.11.
In order to get value of image cropper in a partial view, I am using :
But i see the obsolete warning.
If i use anything else, instead of this, the image is null.
Is there any good, fresh syntax to fetch imagecropper value ?
is working on a reply...