jquery: full-height
$(window).resize(function(){ var height = $(this).height() $('.js-full-height').height(height); })