I\'ve got the following code in a website:
window.onload = resize; window.onresize = resize; function resize(){ heightWithoutHeader = (window.innerHeight -
This will be work when you call the "window.onload" next to the function resize()