Just add a border-radius over the image element. See below for an example.
<img class="round" src="…." /> . round { width: 100px; border-radius: 100%; }