created filter for CPT

This commit is contained in:
Robin Cornett
2014-09-16 22:24:53 -04:00
parent 2ddf3c937b
commit 4ee540abc8
4 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
jQuery(document).ready(function($) {
$(".big-leader").css({'height':($(window).height())+'px'});
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','duration':5000,'fade':750});
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','fade':750,'centeredY':false});
});