Add a Border Radius to Images

edited January 2018 in Files & images
Hy,
I inserted the
following CSS code, into the Betheme Option section -
Custom CSS, to make the angles of the images round, but it works
only for the top corners and not those at the bottom and only from the
desktop.
img{
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}


what would be the exact code for curving or rounding the corners of the images?
or is there a function provided in the Theme?

Thank you!

Comments

Sign In or Register to comment.