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 All,
We're trying to use the inbuilt Image cropper with Umbraco 7.4.3.
Every thing is working fine but we're not able to get the image crops by using XSLT.
As we're working with XSLT, we're trying to get the syntax to get imge cropper URL
Can any one help us on this?
Many thanks, Phani
Hi Phani You can use the image cropping functionality by hardcoding the querystring in the url yourself.
It is very simple.
src="/media/1234/image.jpg?width=600&height=300&mode=crop&anchor=center"
Hi Paul,
Many thanks for the quick reply.
I tried this one. But just trying to get the width and height values which we'll set in image cropper properties. So that we can't hard code these values in all the places.
Many thanks,
Phani
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco inbuilt Image cropper with xslt
Hi All,
We're trying to use the inbuilt Image cropper with Umbraco 7.4.3.
Every thing is working fine but we're not able to get the image crops by using XSLT.
As we're working with XSLT, we're trying to get the syntax to get imge cropper URL
Can any one help us on this?
Many thanks, Phani
Hi Phani You can use the image cropping functionality by hardcoding the querystring in the url yourself.
It is very simple.
Hi Paul,
Many thanks for the quick reply.
I tried this one. But just trying to get the width and height values which we'll set in image cropper properties. So that we can't hard code these values in all the places.
Many thanks,
Phani
is working on a reply...