Image
Make responsive image with Image component. It changes size based on its container.
Responsive Image
All of your images with <img> tag are responsive.

<img src="..." alt="...">
Responsive Circular Image
Add img-circle class on <img>tag.

<img src="..." alt="..." class = "img-circle" >