Answers for "bootstrap image fill div"

0

bootstrap 4 image fit to div

<div class="container">
    <div class="col-md-4 px-0">
        <img src="images/food1.jpg" class="img-fluid">
    </div>
</div>
Posted by: Guest on September-23-2021
3

make image stretch to fit div

Just apply without any changing any code
img {
width: 100%;
}
Posted by: Guest on October-22-2020

Browse Popular Code Answers by Language