Css for round user images

Uncategorized

October 2013


.user-picture img {
display: block;
width: 100%;
height: auto;
max-width: 220px;
-webkit-border-radius: 220px;
-moz-border-radius: 220px;
-ms-border-radius: 220px;
-o-border-radius: 220px;
border-radius: 220px;
}