Slick slider with variable width items and arrow on the right scrolls even after the last item reached end. Anyway to fix this?
Link to fiddle: https://jsfiddle.net/abhiklpm/60hy4j3z/ (Click on the right arrow continuously and you could see the issue).
$('.variable-width').slick({
arrows: false,
dots: false,
infinite: false,
speed: 300,
slidesToShow: 1,
slidesToScroll: 1,
centerMode: false,
variableWidth: true
});
Also if possible I would like to hide the right arrow if item count is less than the width.