我尝试了猫头鹰旋转木马2和中心模式的光滑js,但它只有一个项目中心
owl carousel 2:
.social_icon
slick js:
$('.journals-slider').owlCarousel({
loop: true,
autoplay: true,
autoplayTimeout: 5000,
smartSpeed: 500,
center: true,
nav: true,
navText: ['<div class="btn-nav"><i class="fa fa-angle-left" aria-hidden="true"></i></div>', '<div class="btn-nav"><i class="fa fa-angle-right" aria-hidden="true"></i></div>'],
dots: false,
responsive: {
0: {
items: 2
},
768: {
items: 4
},
992: {
items: 6
}
}
});
你可以帮我创建滑块作为图像吗? 是否有任何js可以执行相同的功能,可以引用我的参考?