Rounded Images
Use .rounded for slightly rounded corners or .rounded-circle for circular avatar images.
Use .rounded for slightly rounded corners or .rounded-circle for circular avatar images.
<img src="avatar.jpg" class="rounded" alt="Rounded" width="100">
<img src="avatar.jpg" class="rounded-circle" alt="Avatar" width="100">
<img src="avatar.jpg" class="rounded-pill" alt="Pill" width="200" height="100">
For a perfect circle, the image must be square (equal width and height).