Skip to content

Instantly share code, notes, and snippets.

@JohnONolan
Created November 21, 2013 15:00
Show Gist options
  • Select an option

  • Save JohnONolan/7583092 to your computer and use it in GitHub Desktop.

Select an option

Save JohnONolan/7583092 to your computer and use it in GitHub Desktop.
Full screen image
sizeContent();
$(window).resize(sizeContent);
function sizeContent() {
var newHeight = $(window).height();
$(".banner").css("height", newHeight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment