Answers for "slick slider after init"

0

slick slider after init

So write your piece of code as you did and after that initialize the slider:

$('.spv-slider').on('init', function(event, slick){
    console.log("initialized")
});

And then:

$('.spv-slider').slick();
Posted by: Guest on April-04-2022

Browse Popular Code Answers by Language