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