Answers for "corasoul banner img ize in bootstrap site"

2

how to make full screen images slider in bootstrap 4

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
Posted by: Guest on December-05-2019

Browse Popular Code Answers by Language