Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 11, 2014 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girvan/9478301 to your computer and use it in GitHub Desktop.
Save girvan/9478301 to your computer and use it in GitHub Desktop.
(function(w, ua){
if(ua.indexOf('Android') > -1 && ua.indexOf('Chrome') ==-1)
return;
$("body").css('min-height', Math.ceil(
$(document).width() * ($(w).height()/$(w).width())
));
})(window, navigator.userAgent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment