Bootstrap img-border-radius
by ofhouse
HTML
<div id="profile-avatar" class="row text-center">
<div class="col-xs-12 col-sm-12 col-md-12 col-md-12 img-wrapper img-circle">
<img src="http://www.hardwareluxx.de/community/customavatars/avatar166338_7.gif" alt="profile_avatar_altAttr">
</div>
</div>
CSS
@import url('http://getbootstrap.com/dist/css/bootstrap.css');
.img-wrapper {
overflow: hidden;
width: 80px;
height: 80px;
}