Slick Slider slickGoTo method breaking the carousel

前端 未结 3 1933
庸人自扰
庸人自扰 2021-02-20 10:41

I\'m working on a news article page that also has a gallery of images. I\'m using slick slider for the thumbnails on the gallery. Every image in the gallery has it\'s own url f

3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-20 11:22

    Its is working. code: $('.firstDiv').slickGoTo(4);

    Please see below example

    http://jsfiddle.net/9fnmegqb/

    And as of version 1.4+ : $('.firstDiv').slick('slickGoTo', 4)

提交回复
热议问题