How to get image url with respect to focal point and not using the predefined crops?
Hi,
I want to get the url of an image. Right now I use something like:
image.Url()?width=768&height=512
But I want the image to be centering to the focal point that the editor has might set. How to do that?
I have tried adding &anchor=center or ¢er=true and I have tried to find out if Url.GetCropUrl(image) could be used, but can't seem to find any parameters working for it.
How to get image url with respect to focal point and not using the predefined crops?
Hi,
I want to get the url of an image. Right now I use something like:
But I want the image to be centering to the focal point that the editor has might set. How to do that?
I have tried adding &anchor=center or ¢er=true and I have tried to find out if Url.GetCropUrl(image) could be used, but can't seem to find any parameters working for it.
Umbraco version 13.3.0
should work for you
Thanks - you are right. I think my testing was not fully qualified 😊
is working on a reply...