images properties bootstrap 4 code example
Example 1: responsive svg with bootstrap
.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
Example 2: bootstrap image size
.top1 {
height:390px;
background-color:#FFFFFF;
margin-top:10px;
overflow: hidden;
}
.top1 img {
height:100%;
}