What are responsive images in Bootstrap?
Images that automatically scale with the parent container using .img-fluid:
<img src="..." class="img-fluid" alt="Responsive image">
Images that automatically scale with the parent container using .img-fluid:
<img src="..." class="img-fluid" alt="Responsive image">