Skip to content

Instantly share code, notes, and snippets.

@Taump
Created August 17, 2016 08:47
Show Gist options
  • Save Taump/eef04a0c0694f6d3b42fd59e70eb6978 to your computer and use it in GitHub Desktop.
Save Taump/eef04a0c0694f6d3b42fd59e70eb6978 to your computer and use it in GitHub Desktop.
heightDetect();
function heightDetect(){
$(".main_head").css('height',$(window).height());
};
$(window).resize(function(){
heightDetect();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment