Skip to main content

How to make a user profile photo round in the Gmail signature

Tanya Babina avatar
Written by Tanya Babina
Updated over 8 months ago

It is possible in Florbs to display profile images in a round shape.


Step 1

Click on the <> button under the name of your template.


Step 2

Search the code for "image" and add the desired border radius, for example:
<img style="max-width: 130px; display: inline; text-align: right; border-radius: 50px;" src="{{profileImage}}" width="100" />"

Did this answer your question?