var height = document.body.clientHeight;
var width = document.body.clientWidth;
Check: this article for better explanation.
var height = document.body.clientHeight;
var width = document.body.clientWidth;
Check: this article for better explanation.