Center Mode for SlickSlider
-
First: Thank you for the great integration of the slick-slider to wordpress!
This is the best I have tested right now.Is there a possibility to get the “Center Mode”?
https://kenwheeler.github.io/slick/$(‘.center’).slick({ centerMode: true, centerPadding: ’60px’, slidesToShow: 3, responsive: [ { breakpoint: 768, settings: { arrows: false, centerMode: true, centerPadding: ’40px’, slidesToShow: 3 } }, { breakpoint: 480, settings: { arrows: false, centerMode: true, centerPadding: ’40px’, slidesToShow: 1 } } ] });
- The topic ‘Center Mode for SlickSlider’ is closed to new replies.