|
@@ -50,9 +50,10 @@ $(function () {
|
|
prevButton: '.swiper-button-prev',
|
|
prevButton: '.swiper-button-prev',
|
|
observer:true,
|
|
observer:true,
|
|
observeParents:true,
|
|
observeParents:true,
|
|
- autoplay:800,
|
|
|
|
|
|
+ //autoplay:800,
|
|
|
|
+ autoplay:300,
|
|
loop:true,
|
|
loop:true,
|
|
- speed:300,
|
|
|
|
|
|
+ speed:200,
|
|
|
|
|
|
onInit: function (swiper) {
|
|
onInit: function (swiper) {
|
|
if ($('.swiper_in1 .swiper-slide').eq(swiper.activeIndex).find('video').length == 0) {
|
|
if ($('.swiper_in1 .swiper-slide').eq(swiper.activeIndex).find('video').length == 0) {
|