Making an image a circle after setting its src

things I’ve tried:
Using an image, setting it, and having the design of the image setup to be a circle.
What ends up happening is the original image is a circle but after setting the src it becomes a square

Attaching an image to a box and rounding the corners of the box.
What ends up happening is whenever I try to make the image fill the box it de-attaches itself from said box.

I’ve of course also googled around a bunch but couldn’t find anything.

Any ideas?

Thanks,
Kevin

Hi Kevin,
I tried the first method you mentioned and it worked as expected. Setting image src doesn’t impact its design.

To be clear, if you want to retain the circle border DON’T set the crop to a circle. Instead, set the frame to be a circle and this will be retained.