1
It is possible that when opening the slick carousel
, given photo is in focus? some kind of index mapping or even by name, if not, there is some other slide drag and drop
What does it do? example...
<div class="your-class">
<img src="img1">
<img src="img2"> <!-- abrir aqui -->
<img src="img3">
</div>
$(document).ready(function(){
$('.your-class').slick({
setting-name: setting-value
});
});
I consulted the documentation, but this method went unnoticed, thank you!
– Felipe Duarte