how to scale a svg image im bootstrap code example
Example 1: responsive svg with bootstrap
.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
Example 2: bootstrap 4 auto resize svg image
<img src="monkey.svg" alt="Monkey face" style="width: 100%; height: auto;">