2015-03-30 35 views
5

Tôi đang gặp sự cố khi tải tổng số trang trình bày hiện tại và tổng số trang trình bày bên dưới trình chiếu slick.js. Cảm ơn bạn đã giúp đỡ!!Slick.js hiển thị trang trình bày hiện tại và tổng số trang trình bày

$('.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 
     } 
    } 
    ] 
    }); 

Trả lời

Các vấn đề liên quan