Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 26, 2013 17:20
Show Gist options
  • Select an option

  • Save pablolobos/6090609 to your computer and use it in GitHub Desktop.

Select an option

Save pablolobos/6090609 to your computer and use it in GitHub Desktop.
jquery: full-height
$(window).resize(function(){
var height = $(this).height()
$('.js-full-height').height(height);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment