Im trying to use umbracos ImageCropper but it doesnt crop the image.. Ive created a crop thats 530x530px and uploaded a picture that's 1100x600px with the media picker.
Then Im trying to get the cropped image like this: @Umbraco.Media(id).GetCropUrl("contentpage")
Image cropper doest crop
Im trying to use umbracos ImageCropper but it doesnt crop the image.. Ive created a crop thats 530x530px and uploaded a picture that's 1100x600px with the media picker. Then Im trying to get the cropped image like this:
@Umbraco.Media(id).GetCropUrl("contentpage")
This returns a url that looks like this:
http://localhost:62438/media/1011/bild.jpg?crop=0.018722594801858779,0,0.56001902215631871,0.22839506172839497&cropmode=percentage&width=530&height=530&rnd=130674512610000000
This image has the dimentions 530x289px. So the height is correct, but the width is wrong, and the image is not cropped...
What am I doing wrong?
Hi Tobbe,
Do you have ImageResizer installed (you shouldn't)?
Jeavon
That was the case!
Thaaaaaanks alot!
Fantastic!
is working on a reply...