Cara mendapatkan ketinggian jendela di JavaScript
//get screen height of the device by using
window.innerHeight
//get screen width of the device by using
window.innerWidth
Pleasant Partridge