Quantcast
Viewing all articles
Browse latest Browse all 229906

Ionic Slider Full Screen

What I have found is you can wrap the ion-slide-box in a div, then set the contents of the div to be full height with a bit of sass:

.wrapper {
    height:100%;
    width:100%;
    * {
        height:100%;
        width:100%;
    }
}

or, of course, css:

.wrapper * {
    height:100%;
    width:100%;
}

Viewing all articles
Browse latest Browse all 229906

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>