Z
Z
ZuaX2017-06-09 16:50:09
HTML
ZuaX, 2017-06-09 16:50:09

Bootstrap (carousel) slider page with height greater than 100%?

there is a site, page slider through bootsrap. page height is 100% respectively. there was a need to add a scroll bar on the page, i.e. to make each slide page more than 100% height, how to do it?

<div class="container-fluid h-100 p-0">
    <div id="carousel" class="carousel slide h-100" data-interval="false" data-ride="carousel">
        <div class="carousel-inner h-100" role="listbox">

            <div class="carousel-item active inline-show row  h-100  no-gutters align-items-center justify-content-center">
            <div class="col-6"></div>
            <div class="col-6"></div>
            <footer class="row">

            </footer>
            </div>
        </div>
    </div>
</div>
html вёрстка bootstrap carousel

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question