image and bootstrap code example
Example 1: responsive image in bootstrap
<img src="..." class="img-responsive">
Example 2: bootstrap img src
<img src="..." class="rounded mx-auto d-block" alt="...">
<img src="..." class="img-responsive">
<img src="..." class="rounded mx-auto d-block" alt="...">