circled picture

Anybody had a tried circle shaped picture on xojo web app?

I hope somebody can share.

I did successfully use Bootstrap to put an image in a circle. A border-radius should work just fine.

are you drawing something in the canvas or wanting a picture that’s normally square to have a round vignette?

If it’s the latter try CSS styles (not in the xojo webstyles) such as here: how-to-make-rounded-images-with-css

Hello, Sir Ronaldo.

Just create a webstyle with top left, top right, bottom left, bottom right corners attribute. Set their values to 70px. Apply that style to tour WebImageView.

Hope this helps.

Thank you! I forgot that it can be done using styles. :slight_smile: