xxxxxxxxxx
<img src="example.png" class="rounded">
xxxxxxxxxx
<!-- if you dont want shadows remove "shadow-4-strong" -->
<img class="rounded-circle shadow-4-strong" alt="avatar2" src="image.png" />
xxxxxxxxxx
.img-circle {
aspect-ratio: 1;
border-radius: 50%;
object-fit: cover;
width: 100%;
}