This seems so obvious, but what is the best way to determine the available window size? I don't want the viewport size, but literally want to know the size of the window, and then size my element accordingly.
Is window.innerHeight and window.innerWidth cross-browser?
Karl..