August 18th, 2009
Get viewport size (width and height) with javascript
2 Comments, JavaScript, by chris.<script type="text/javascript"> <!– var viewportwidth; var viewportheight; // the more standards compliant browsers (mozilla/netscape/opera/IE7) use window.innerWidth and window.innerHeight if (typeof…