comment obtenir la hauteur de la fenêtre en javascript
//get screen height of the device by using
window.innerHeight
//get screen width of the device by using
window.innerWidth
Pleasant Partridge