Hello - what is the most efficient way to crop a rectangle image into a circle, and if needed, move the focus (center) of the crop? For example, if I don't want the person's head cropped off I can move around the crops position over the image. Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Css can be the solution for it
https://stackoverflow.com/questions/26421274/css-circular-cropping-of-rectangle-image
Css can be the solution for it
https://stackoverflow.com/questions/26421274/css-circular-cropping-of-rectangle-image
Thanks for this suggestion. Issue is images we use aren't always a perfect square, sometimes they are a rectangle. So if you use css and border-radius you get an oval. Is there a way using an AEM component to achieve a circle image crop, while also having the ability to move the crop position on the image? Appreciate the help!