Skip to content

Instantly share code, notes, and snippets.

@emaildano
Created December 17, 2013 20:33
Show Gist options
  • Save emaildano/8012122 to your computer and use it in GitHub Desktop.
Save emaildano/8012122 to your computer and use it in GitHub Desktop.
$(window).resize(function() {
$('#content').height($(window).height() - 46);
});
$(window).trigger('resize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment