mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-19 22:43:24 +09:00
wp_localize_script consolidated; changed stdClass because it was confusing me.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
jQuery(document).ready(function($) {
|
||||
|
||||
$(".big-leader").css({'height':($(window).height())-([HeaderHeight.height])+'px'});
|
||||
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','fade':750,'centeredY':false});
|
||||
$(".big-leader").css({'height':($(window).height())-([BackStretchVars.height])+'px'});
|
||||
$(".big-leader").backstretch([BackStretchVars.src],{'fade':750,'centeredY':false});
|
||||
});
|
||||
Reference in New Issue
Block a user