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
Good Day!
Currently working on displaying the images under a list view with an alias "square" using the image cropper.
However, I'm having error on getting the url and returns an error of " No overload for method 'GetCropUrl' takes 1 arguments "
I tried it in version8 and it seems to be working. But implementing the same method to version 9 give me this result:
Appreciate your help here. Thanks!
Hi Jaypennson,
I think you need to add a using statement at the top of your view. The overloads for the imagecropper are in Umbraco.Extensions.
@using Umbraco.Extensions
Hi Erik,
Thanks for the answer, but still getting the error.
Found another work around to stick with the dynamic way of outputting the crop url is:
img [email protected]("image", "square")
Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
No Overload Method for GetCropURL
Good Day!
Currently working on displaying the images under a list view with an alias "square" using the image cropper.
However, I'm having error on getting the url and returns an error of " No overload for method 'GetCropUrl' takes 1 arguments "
I tried it in version8 and it seems to be working. But implementing the same method to version 9 give me this result:
Appreciate your help here. Thanks!
Hi Jaypennson,
I think you need to add a using statement at the top of your view. The overloads for the imagecropper are in Umbraco.Extensions.
Hi Erik,
Thanks for the answer, but still getting the error.
Found another work around to stick with the dynamic way of outputting the crop url is:
img [email protected]("image", "square")
Thanks!
is working on a reply...