J
J
JoyDumply2019-08-21 11:38:06
JavaScript
JoyDumply, 2019-08-21 11:38:06

How to make friends Slick Slider and Lightbox?

The question is very banal

There is a slider with infinite scrolling.
Infinite scrolling creates clones of slides
Duplicate images are created in the Lightbox Gallery
How to make friends with the Gallery Slider?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex-1917, 2019-08-21
@JoyDumply

slick and fancybox are great friends.
www.jooom.ru/toster/products7.html

$(document).ready(function(){
  $('.product_list').slick({
  infinite: true,
  slidesToShow: 3,
  slidesToScroll: 3
  });
  $('.product_img').fancybox();
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question