Demo 10: Responsive Image Slider that adapts to the window height

You can achieve a full-height slider by using the aspectRatio option in ninja-slider.js:
var nsOptions = { 
    ......
    aspectRatio: "?:100%",
    ......
}

If you set "?:80%", the slider will occupy 80% of the viewport height.