I'm trying to place a slider from this link:
https://startbootstrap.com/template-overviews/full-slider/
I've kept my
header 650px; and carousel height: 100%
Your carousel-inner
should have following style:
.carousel-inner {
position: absolute;
top: 0;
width: 100%;
overflow: hidden;
}
Also so will have to play with z-indexes to make sure your content and header are above the carousel-inner or push it to be first element in the header