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.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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; }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.