[英]Slick.js display current slide and total num of slides [duplicate]
这个问题在这里已有答案:
我无法将当前和总数量的幻灯片显示在slick.js幻灯片下方。 谢谢你的帮助!!
$('.recipeThumbs').slick({
dots: true,
arrows: true,
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
responsive: [
{
breakpoint: 768,
settings: {
dots: false,
arrows: true,
centerMode: true,
centerPadding: '40px',
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
centerMode: true,
centerPadding: '40px',
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
我实际上在另一个stackoverflow帖子上找到了我的问题的答案。 这是一个链接:)
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.