I'm having trouble achieving a perfect circle shape for my images using the following CSS code:
.rounded {
border-radius: 50px!important;
}
Even when I increase the border-radius to more than 50px, there is still a horizontal line at the top and bottom of the image. Are there any other CSS settings I should be using to achieve a truly circular shape?