I want to make a slide (using Slick.js),
based on the picture, I want to make centerMode:true
and focusOnSelect:true
...
but the problem is there will be two excess slide (left and right). How do I remove them?
I already tried to set centerMode
to false
. There will be no excess slide, but the selected slide will be on the most left. So it is important for me to set the centerMode
to true
, because I want to make the selected slide in center.
Sorry for my bad english.
Any help will be appreciated.
Thanks