Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to get the height of window in javascript

//get screen height of the device by using
window.innerHeight
//get screen width of the device by using
window.innerWidth
 
PREVIOUS NEXT
Tagged: #height #window #javascript
ADD COMMENT
Topic
Name
9+8 =