How to display an image with a radius, just like a round avatar #3321
-
As the title |
Beta Was this translation helpful? Give feedback.
Answered by
tronical
Aug 22, 2023
Replies: 1 comment
-
You could wrap the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kirito41dd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could wrap the
Image
in aRectangle
that has clipping enabled and a border-radius set. A bit like in this example. Is that what you mean?