Some weeks ago I wrote a question on stackoverflow about how to display a round image in Elm-UI.
Sadly nobody could help me there, so i try i here again.
The task is fairly easy I think. I got a url to an image and I want to display it round - like here in the elm disourse forum.
U can use “Border.rounded yourValue”
And depending on how you do it maybe “clip” as well to not show overflowing content. But I do not think this is normally needed for what you are trying to do.
If you set the rounded value very large, it becomes round. To get anperfect circle like here, your image must be same height/width.