How to Show Oval Profile Pic?
All you need to do is set the height
, width
and border-radius
to the image.
img{
width: 100px;
height: 100px;
border-radius: 50%;
}
Check our author page for demo.
How to Show Oval Profile Pic?
All you need to do is set the height
, width
and border-radius
to the image.
img{
width: 100px;
height: 100px;
border-radius: 50%;
}
Check our author page for demo.