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.

dhoni
                        
<img src="..." alt="...">
                        
                    

Responsive Circular Image

Add img-circle class on <img>tag.

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