bottstrap 4 tag img responsive code example
Example 1: responsive svg with bootstrap
.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
Example 2: bootstrap image size
.food1 img {
width:100%;
height: 230px;
}