Set a matching height and width that looks good, and use the border-radius property to add rounded corners to an image. 50% will make the image circular:
vertical-align: middle;
width: 50px;
height: 50px;
border-radius: 50%;
Reference:
www.w3schools.com/howto/howto_css_image_avatar.asp