Skip to content

Instantly share code, notes, and snippets.

@remibreton
Last active December 20, 2015 05:59
Show Gist options
  • Save remibreton/6082890 to your computer and use it in GitHub Desktop.
Save remibreton/6082890 to your computer and use it in GitHub Desktop.
var h = (function(b, d){
return Math.max(b.scrollHeight, b.offsetHeight, d.clientHeight, d.scrollHeight, d.offsetHeight);
})(document.body, document.documentElement);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment