How I can use appendDots?
mrKorg opened this issue · 2 comments
mrKorg commented
I have options
slickOptions1: { dots: true, appendDots: document.getElementById('mainSlider__dots1'), arrows: false, infinite: true, speed: 500, fade: true, cssEase: 'linear' },
But dots there does not appear.
Eliston commented
Hello,
Any solution about appendDot please ?
marko-mlinarevic commented
This is soluton { dots: true, appendDots: '#mainSlider__dots1',