Full-height Jumbotron?
Created by: sts-ryan-holton
I was wondering whether it would be possible to include a section in the jumbotron component of the Bootstrap 4.1 docs for essentially creating full-height jumbotrons.
I'm finding more and more designs these days using full-height banners on their website, and I guess this is usually done using height: 100vh
with some kind of possible fallback.
Firstly, we don't seem to have that as a utility class in Bootstrap, we have height: 100%
but not 100vh
.
Is it possible to create a full-height jumbotron example in the docs and possibly this additional utility class?