B
B
Breeze12020-12-09 12:25:00
Slick
Breeze1, 2020-12-09 12:25:00

How to open 2 slides at once by going to a link?

The page uses a slick slider. Is it possible to implement somehow so that after clicking on a link from another page, we open a page with a slider immediately on slide 2, for example?

Is it technically possible?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Okhotnikov, 2020-12-09
@tsepen

initialSlide: 1 - specify the desired slide
In the link to the page, pass the desired index as a parameter - page?initialSlide=1

R
Roman, 2020-12-09
@Frantick

$('.my-slick-slider').slickGoTo(2);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question