Cómo obtener la altura de la ventana en JavaScript
//get screen height of the device by using
window.innerHeight
//get screen width of the device by using
window.innerWidth
Pleasant Partridge