Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 373: Line 373:
//width of body wrapper
//width of body wrapper
$(window).resize(function() {
$(window).resize(function() {
-
$("wrapper").width($(document).width()-200);
+
$("wrapper").height($(document).height()-200);
});
});

Revision as of 16:49, 19 July 2014

Parallax Test