How can i display circle image from rectangular image using bootstrap?
Here is may code for circle;
<img src="cinqueterre.jpg" class="img-circle" alt="Cinque Terre" >
But it is work for only Square images, For Rectangular image it will become eclipse. How Can we resolve it without giving fix height or width?