responsive image div bootstrap code example
Example 1: image responsive bootstrap 4
<img class="img-fluid" src="" alt=""> //This will make your image responsive
Example 2: responsive svg with bootstrap
.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}