Skip to content

Instantly share code, notes, and snippets.

@kom1che
Created August 2, 2017 11:05
Show Gist options
  • Save kom1che/976fc8dea36908d0e87594cb57841846 to your computer and use it in GitHub Desktop.
Save kom1che/976fc8dea36908d0e87594cb57841846 to your computer and use it in GitHub Desktop.
function heightDetection(){
$(".main_head").css("height", $(window).height());
};
heightDetection();
$(window).resize(function(){
heightDetection();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment