honkaboy
0
Q:

how to make image responsive bootstrap 4

<img src="..." class="img-fluid" alt="Responsive image">
2
<img class="img-fluid" src="" alt=""> //This will make your image responsive
-1
.food1 img {
    width:100%;
    height: 230px;
}
0
.top1 {
    height:390px;
    background-color:#FFFFFF;
    margin-top:10px;
    overflow: hidden;
}

.top1 img {
    height:100%;
}
-1

New to Communities?

Join the community