Bootstrap – Carousel full screen
Build a responsive Full screen image slide website using Bototstrap
main.scss
html,body,.carousel,.carousel-inner,.carousel-item{height: 100%;}
.carousel-item{
background-size: cover;
background-position: center;
}