img-fluid class in bootstrap 5 code example
Example 1: responsive image in bootstrap
<img src="..." class="img-responsive">
Example 2: img-fluid bootstrap
<img class="img-fluid" src="" alt=""> //This will make your image responsive
<img src="..." class="img-responsive">
<img class="img-fluid" src="" alt=""> //This will make your image responsive