Skip to main content

How do I make the corners of an image rounded? - Knowledgebase / Administration / Tips & Tricks - Help Desk

How do I make the corners of an image rounded?

Authors list
  • Ester Andersson

If you wish to add rounded corners to an image in Learnifier (either in an activity or in an email template), you must first add the image as a URL.

  1. Add a new text component and click on the image icon in the grey menu.

  1. Add the URL and click OK.






  1. Click on “Source” in the grey menu.

  1. In the style tag, add the following:

border-radius: 25px !important;"

The final code should look like this:

<p><img alt="" img="" src="{image url} " style="width: 100%; height: 100%x; border-radius: 25px !important;" /></p>


  1. All done!


Scroll Element