make bootstrap carousel full screenn code example
Example 1: 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;
}
Example 2: how to make full screen images slider in bootstrap 4
First Slide
This is a description for the first slide.
Second Slide
This is a description for the second slide.
Third Slide
This is a description for the third slide.
Previous
Next