Home>Support>Give Images a Circular Look

Give Images a Circular Look

Hello, I would like to know if it is possible to give Images a circular look by using css attribute in Page Builder?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 13 days ago Andrew Misplon
    Hi, I Work Here

    Hi Charl

    CSS for round images looks something like this:

    img {
    border-radius: 50%; 
    height: 500px;  
    width: 500px;
    }
    

    To make it more specific you might add a class to image, then you could target specific images:

    img.my-custom-class {
    border-radius: 50%; 
    height: 500px;  
    width: 500px;
    }
    
  2. 9 years, 13 days ago Andrew Misplon
    Hi, I Work Here

    Ref: https://css-tricks.com/almanac/properties/b/border-radius/

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More