difference between img-fluid and img-responsive code example
Example: img-fluid bootstrap
<img class="img-fluid" src="" alt=""> //This will make your image responsive
<img class="img-fluid" src="" alt=""> //This will make your image responsive