Pictures - Rounded

Hi there,
How can I put images but rounded style -when in a HTML widget or so… is there a code ?

Thanks in advance !

Hi @joserodrigz,

Thanks for writing in.

You could use this code below to add images in a widget.

<img src="yourimage.url" style="border-radius:50%;">

Hope it helps.

Let us know how it goes.

Thanks.

Great !

Thanks,

Anytime :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.