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