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;
}

3.78
9
SAFEX 100 points

                                    <header>
  <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
    <ol class="carousel-indicators">
      <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
      <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
      <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
    </ol>
    <div class="carousel-inner" role="listbox">
      <!-- Slide One - Set the background image for this slide in the line below -->
      <div class="carousel-item active" style="background-image: url('https://source.unsplash.com/LAaSoL0LrYs/1920x1080')">
        <div class="carousel-caption d-none d-md-block">
          <h2 class="display-4">First Slide</h2>
          <p class="lead">This is a description for the first slide.</p>
        </div>
      </div>
      <!-- Slide Two - Set the background image for this slide in the line below -->
      <div class="carousel-item" style="background-image: url('https://source.unsplash.com/bF2vsubyHcQ/1920x1080')">
        <div class="carousel-caption d-none d-md-block">
          <h2 class="display-4">Second Slide</h2>
          <p class="lead">This is a description for the second slide.</p>
        </div>
      </div>
      <!-- Slide Three - Set the background image for this slide in the line below -->
      <div class="carousel-item" style="background-image: url('https://source.unsplash.com/szFUQoyvrxM/1920x1080')">
        <div class="carousel-caption d-none d-md-block">
          <h2 class="display-4">Third Slide</h2>
          <p class="lead">This is a description for the third slide.</p>
        </div>
      </div>
    </div>
    <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
          <span class="carousel-control-prev-icon" aria-hidden="true"></span>
          <span class="sr-only">Previous</span>
        </a>
    <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
          <span class="carousel-control-next-icon" aria-hidden="true"></span>
          <span class="sr-only">Next</span>
        </a>
  </div>
</header>

3.78 (9 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to make full screen images slider in bootstrap 4 full page image slider bootstrap non fullscreen slideshow bootstrap 4.5 carousel thumbnail slider bootstrap 4 bootstrap 4 image slider show 4 bootstrap 4 full page slider full page image slider bootstrap 4 free bootstrap example website full screen slider bootstrap example website full screen slider bootstrap screenshot slider template responsive image slider bootstrap 4 bootstrap carousel with thumbnails and full screen slide show image bootstrap 4 full image slider bootstrap code bootstrap 4 responsive slider image slider full screen responsive boostrap full page slider bootstrap 4 bootstrap slider full screen full screen slider in bootstrap bootstrap carousel slider image fullwidth slider with small image bootstrap 4 carousel image cover the whole container bootstrap 4 best dimensions of image for a slideshow in bootstrap? carousel slider bootstrap 4 images should be of same size how to set full image in carousel in bootstrap bootstrap 4 small image slider bootstrap carousel full screen mobile bootstrap 4 large image slider bootstrap 4 image slideshow full screen slideshow bootstrap example full screen slideshow bootstrap div full page slideshow bootstrap carousel example bootstrap 4 full screen responsive carousel example bootstrap 4 full screen carousel bootstrap full screen fullscreen carousel bootstrap 4 slider full screen responsive bootstrap 4 bootstrap 4 slider with thumbnail bootstrap 4 images slider gallery bootstrap 3 full screen slider bootstrap 4 slideshow gallery full slider ith thumbnail carousel bootstrap slider bootstrap 4 full width full screen carousel bootstrap 4 full page boostrap slider how to make a corosenal slider to full screen bootstrap 4 carousel slider to full screen bootstrap 4 bootstrap carousel full screen responsive bootstrap 3 full page image slider header where is always banner pictures in bootstrap website template bootstrap 5 image slider bootstrap full width slider template bootstrap 4 carousel with thumbnail and zoom effect bootstrap fullscreen banner bootstrap carousel image full screen make bootstrap carousel full screenn bootstrap 4 slider full html css bootstrap 4 image slider responsive full page slider bootstrap bootstrap 4 full slider bootstrap full page carousel fullscreen bootstrap slider fullscreen bootstrap carousel with static text bootstrap carousel full page css bootstrap4 full screen carousel with menu carousel full page bootstrap html css full screen carousel bootstrap 4 carousel not full screen responsive bootstrap carousel 100 height carousel bootstrap take full width full with carousel without bootstrap bootstrap carousel with view full view full width carousel css hero slider full screen bootstrap 3 how to have a carousel cover the whole screen bootstrap 4 full screen carousel how to make a carousel fill up the screen carousel in whole page How do I make carousel full screen? how to make your carousel full screen css how to get full screen carousel how to make your carousel full screen bootstrap 4 full width slider make bootstrap carousel full width and height carousel fullpage but small how to make carousel full screen bootstrap html full screen carousel corasoul banner img ize in bootstrap site fullscreen slider bootstrap full screen slider bootstrap adding full page slider bootstrap how to slide backgroud image using boostrap carousel background image bootstrap4 full screen carousel responsive full page background image slider bootstrap background image slider bootstrap 4 background image carousel bootstrap 4 why is my carousle bootstrap taking the entire screen carousel taking up whole page bootstrap slider full screen responsive css carousel slide full screen how to apply bootstrap courosel in the background of the screen image start page slider bootstrap bootstrap full screen carousel bootstrap carousel background image bootstrap carousel slider background image bootstrap full page courousel full width slider bootstrap bootstrap carousel 100vh how to make slider at background of the image in bootstrap 4 full page bootstrap carousel bootstrap 4 carousel image full screen bootstrap slider full page carousel full screen bootstrap 4 full screen bootstrap carousel full page carousel bootstrap 4 bootstrap full background slider bootstrap 4 make carousel take all screen bootstrap 4 carousel full viewport bootstrap 4 carousel full view port full image page slideshow bootstrap full page slideshow bootstrap background carousel bootstrap bootstrap carousel full screen slider full screen responsive bootstrap slider full screen responsive bootsnip full page carousel bootstrap full screen slider how to make transparent navbar in bootstrap 4 boostrap react full screen search popup bootstrap carousel with timer auto change codepen how to use images in tooltip in bootstrap 3 make an image collapse in mobile vuejs bootstrap full size carousel bootstrap full page image slider bootstrap full page slider full screen carousel bootstrap
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source