mirror of
https://ghproxy.net/https://github.com/AlxMedia/airl.git
synced 2025-08-26 16:49:27 +08:00
Hide slick slider before loading
This commit is contained in:
parent
035ffedfe1
commit
d7f962a826
2 changed files with 5 additions and 3 deletions
|
@ -141,7 +141,8 @@ jQuery(document).ready(function($) {
|
|||
}
|
||||
}
|
||||
]
|
||||
});
|
||||
});
|
||||
$('.slick-posts-wrap-outer').show();
|
||||
|
||||
/* Slick image slide
|
||||
/* ------------------------------------ */
|
||||
|
@ -152,6 +153,7 @@ jQuery(document).ready(function($) {
|
|||
appendArrows: $(this).parents('.slick-image-slide-wrapper').find('.slick-image-slide-nav'),
|
||||
appendDots: $(this).parents('.slick-image-slide-wrapper').find('.slick-image-slide-dots')
|
||||
} );
|
||||
$('.slick-image-slide-wrapper').show();
|
||||
} );
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue