For the home page of my site I am planning to have a fullscreen carousel with some text on top of this. I could make the carousel, but not have it fullscreen (I want it so that you never have to scroll, no matter the device size. I have tried several things, but none work.
I have a toolbar at the top of the page which seems to interfere and cause these to not work.
I have tried:
<v-carousel style="height: 100%" hide-controls>
<v-carousel fullscreen hide-controls>
<v-carousel fill-height hide-controls>
But all of them either make the whole thing disappear or make the carousel stick with what seems to be the default maximum height.
Example: https://codepen.io/anon/pen/EwqWqP
How could I get a fullscreen carousel?