min height bootstrap code example
Example 1: bootstrap height 100vh class
<div class="container-fluid vh-100"></div>
Example 2: bootstrap image size
.food1 img {
width:100%;
height: 230px;
}
<div class="container-fluid vh-100"></div>
.food1 img {
width:100%;
height: 230px;
}