window.getWindowDimensions = function () { return { width: window.innerWidth, height: window.innerHeight }; };