YPE html>
Informācija par palīgierīcēm un piederumiem | Softloop metināšanas iekārta
Softloop metināšanas iekārta
");
});
};
var galleryThumbs = new Swiper('.gallery-thumbs', {
spaceBetween: 10,
slidesPerView: 5,
loop: false,
freeMode: true,
loopedSlides: 5, //looped slides should be the same
watchSlidesVisibility: true,
watchSlidesProgress: true,
});
var galleryTop = new Swiper('.gallery-top', {
spaceBetween: 10,
loop: false,
loopedSlides: 6, //looped slides should be the same
navigation: {
nextEl: '.swiper-next',
prevEl: '.swiper-prev',
},
thumbs: {
swiper: galleryThumbs,
},
});
$(".swiper-container iframe").css("height", $(".gallery-top").height() + "px");
$(".video-img").css({
"height": $(".gallery-thumbs").height() + "px",
"max-width": "unset"
});
$(".swiper-container iframe").css("height", $(".gallery-top").height() + "px");
$(".video-img").css({
"height": $(".gallery-thumbs").height() + "px",
"max-width": "unset"
});
})