Is it possible that when you open slick carousel
, that particular photo is in focus? some sort of index mapping or even the name, if not, is there any other drag and drop
slide that does this? 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
});
});