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
The generated url for my image is :
.jpg?anchor=center&mode=crop&width=350&height=350&rnd=131528153510000000
Is there a way to get the cropped image but without it embeding the dimensions in the URL?
I'm calling it like this
myImage.GetCropUrl("myCropAlias")
Umbraco 7.7.2
Hi David
You can add presets in ImageProcessor (http://imageprocessor.org/imageprocessor-web/configuration/#processingconfig)
But, that would make it a bit more difficult to use with Umbraco as it wouldn't know anything about your presets.
You url would then be something.jpg?preset=mypresetname
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Does Image Cropper have to put the dimesions in the URL?
Hi
The generated url for my image is :
Is there a way to get the cropped image but without it embeding the dimensions in the URL?
I'm calling it like this
myImage.GetCropUrl("myCropAlias")
Umbraco 7.7.2
Hi David
You can add presets in ImageProcessor (http://imageprocessor.org/imageprocessor-web/configuration/#processingconfig)
But, that would make it a bit more difficult to use with Umbraco as it wouldn't know anything about your presets.
You url would then be something.jpg?preset=mypresetname
is working on a reply...