Skip to content

Instantly share code, notes, and snippets.

@tommylinks
Last active September 26, 2016 15:55
Show Gist options
  • Save tommylinks/50396cc75d3ca76d316106a9c7df65c1 to your computer and use it in GitHub Desktop.
Save tommylinks/50396cc75d3ca76d316106a9c7df65c1 to your computer and use it in GitHub Desktop.
function heightses() {
$("header").height("auto").equalHeights();
}heightses();
$(window).resize(function() {
heightses();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment