initial release

This commit is contained in:
Robin Cornett
2014-09-16 14:23:40 -04:00
parent 65f53b8b62
commit 2ddf3c937b
7 changed files with 263 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
jQuery(document).ready(function($) {
$(".big-leader").css({'height':($(window).height())+'px'});
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','duration':5000,'fade':750});
});