Image

Images can be made responsive using the img-fluid class, so that their widths never exceed their parent elements' widths.

Responsive Images

The class names and syntax for the responsive images are as follows :

    
<img class="img-fluid" src="..."></img>