Skip to content

Instantly share code, notes, and snippets.

@hellomoto177
Last active October 13, 2015 04:25
Show Gist options
  • Save hellomoto177/2bd0785019a39f594757 to your computer and use it in GitHub Desktop.
Save hellomoto177/2bd0785019a39f594757 to your computer and use it in GitHub Desktop.
function heightDetect() {
$(".main_head").css("height", $(window).height());
}
heightDetect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment