mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-14 03:56:09 +09:00
4 lines
206 B
JavaScript
4 lines
206 B
JavaScript
jQuery(document).ready(function($) {
|
|
$(".big-leader").css({'height':($(window).height())+'px'});
|
|
$(".big-leader").backstretch([BackStretchImg.src],{'positionType':'fixed','duration':5000,'fade':750});
|
|
}); |