full-slider.css 471 B

123456789101112131415
  1. /*!
  2. * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
  3. * Copyright 2013-2017 Start Bootstrap
  4. * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
  5. */
  6. .carousel-item {
  7. height: 100vh;
  8. min-height: 300px;
  9. background: no-repeat center center scroll;
  10. -webkit-background-size: cover;
  11. -moz-background-size: cover;
  12. -o-background-size: cover;
  13. background-size: cover;
  14. }