size of image class bootstrape code example
Example 1: how to make image responsive bootstrap 4
<img src="..." class="img-fluid" alt="Responsive image">
Example 2: bootstrap profile picture
<img src="..." alt="..." class="img-thumbnail">
<img src="..." class="img-fluid" alt="Responsive image">
<img src="..." alt="..." class="img-thumbnail">