To Get Whole Window Width In Javascript Code Example


Example 1: 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

Example 2: get screen width javascript


window.screen.width
//or just
screen.width

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"