Answers for "css make image fill card height"

2

bootstrap card change image

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
Posted by: Guest on March-09-2020

Code answers related to "css make image fill card height"

Browse Popular Code Answers by Language