Hi,
I need help with the Image component such that a rounded picture is displayed instead of a square picture
Regards
Hi,
I need help with the Image component such that a rounded picture is displayed instead of a square picture
Regards
Hi @mabutabee!
Could you clarify your question? Do you want to scale your image within borders or you want to do rounded borders of the image?
I want rounded borders of the image
something like this
now it displays this way
DId you try to add CSS style for rounded borders?
.image-rounded-borders {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}