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