Answer the question
In order to leave comments, you need to log in
Slick removes id in slides and adds its own, how to leave previous ids?
This bug is in the slick only with the addition of dots. As I understand it, in order to move through the slides using your ID. How to leave both your ID and add a slick ID id="slick-slide40"
?
Answer the question
In order to leave comments, you need to log in
If you look at the markup offered by the documentation
<div class="your-class">
<div>your content</div>
<div>your content</div>
<div>your content</div>
</div>
<div class="your-class">
<div>
<div class="my-slide">
my content
</div>
</div>
<div>
<div class="my-slide">
my content
</div>
</div>
<div>
<div class="my-slide">
my content
</div>
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question