bootsrap img code example
Example 1: bootstrap profile picture
<img src="..." alt="..." class="img-thumbnail">
Example 2: bootstrap image size
.food1 img {
width:100%;
height: 230px;
}
<img src="..." alt="..." class="img-thumbnail">
.food1 img {
width:100%;
height: 230px;
}