Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Created January 21, 2016 08:33
Show Gist options
  • Save ozknozsrt/977ff78f8b36600c98cb to your computer and use it in GitHub Desktop.
Save ozknozsrt/977ff78f8b36600c98cb to your computer and use it in GitHub Desktop.
var h = $(window).height();
var header = $('.header').height();
$('.main-screen').css({
height: h - header
});
/*-----*/
var h = $(window).height();
$('.main-screen').css({
height: h
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment