Skip to content

Instantly share code, notes, and snippets.

@hidaytrahman
Created April 13, 2015 10:20
Show Gist options
  • Save hidaytrahman/8c7edf01dd9b33a13018 to your computer and use it in GitHub Desktop.
Save hidaytrahman/8c7edf01dd9b33a13018 to your computer and use it in GitHub Desktop.
Equal height for all screen. all resolations will same layout, Use it without any terms ;)
/*For Equal height for all screen*/
//Md Hidaytullah - Web Designer and UI Developer
$(window).resize(function() {
$('.home-article').height($(window).height() - 100);
});
$(window).trigger('resize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment