Skip to content

Instantly share code, notes, and snippets.

@web2ls
Last active May 28, 2016 16:02
Show Gist options
  • Select an option

  • Save web2ls/50dd49c9ecabc0a84fa8420971f21cf8 to your computer and use it in GitHub Desktop.

Select an option

Save web2ls/50dd49c9ecabc0a84fa8420971f21cf8 to your computer and use it in GitHub Desktop.
function heightDetect() {
$('.main-head').css('height', $(window).height());
};
heightDetect();
$(window).resize(heightDetect);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment