Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 372: Line 372:
//width of body wrapper
//width of body wrapper
$(".wrapper").height($(document).height()-200);
$(".wrapper").height($(document).height()-200);
 +
 +
$(document).resize(function() {
 +
$(".wrapper").height($(document).height()-200);
 +
});
<!-- Parallax Script -->
<!-- Parallax Script -->

Revision as of 17:05, 19 July 2014

Parallax Test