mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
5 lines
214 B
JavaScript
5 lines
214 B
JavaScript
jQuery(document).ready(function($) {
|
|
|
|
$(".big-leader").css({'height':($(window).height())-([BackStretchVars.height])+'px'});
|
|
$(".big-leader").backstretch([BackStretchVars.src],{'fade':750,'centeredY':false});
|
|
}); |