bootstrap img size auto code example
Example 1: bootstrap profile picture
<img src="..." alt="..." class="img-thumbnail">
Example 2: How to insert an image in bootstrap 4
<img src="path to image" class="description" alt="Rounded Image">
<img src="..." alt="..." class="img-thumbnail">
<img src="path to image" class="description" alt="Rounded Image">