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
Trying to use the focal point.
{ "focalPoint": { "left": 0.51048951048951052, "top": 0.25333333333333335 }, "src": "/media/31318/myimage.jpg", "crops": [ { "alias": "crop143_143", "width": 143, "height": 143, "coordinates": { "x1": 0, "y1": 0, "x2": 0, "y2": 0.52292387543252594 } } ] }
but makes no difference to the image.
<img src="@imgThmb.GetCropUrl(150, 150,"","150_150",100,ImageCropMode.Crop,null,true,true,null,focalVal,null,true) " alt="@imgTitle" />
where (string) focalVal creates &left=val&top=val
and image src =
/media/31318/myimage.jpg?mode=crop&quality=100&width=150&height=150&left=0.510489510489511&top=0.253333333333333
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Image Cropper Focal Point
Trying to use the focal point.
but makes no difference to the image.
where (string) focalVal creates &left=val&top=val
and image src =
/media/31318/myimage.jpg?mode=crop&quality=100&width=150&height=150&left=0.510489510489511&top=0.253333333333333
is working on a reply...