Border-radius com IMG

by lemissel

HTML

<img src="http://www.lorempixel.com/300/300/animals" />

CSS

img {
    
    border-radius: 50%;
}