Skip to content

Instantly share code, notes, and snippets.

@Ginnw2
Created October 16, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ginnw2/22daeb4feaf7cc57155317b578b7ec0c to your computer and use it in GitHub Desktop.
Save Ginnw2/22daeb4feaf7cc57155317b578b7ec0c to your computer and use it in GitHub Desktop.
var slick = $('.slider').slick({
//Тут параметры
});
//Теперь по клику на изображение magnific-popup реинициализируем слайдер
$('.img').click(function() {
slick.slick('refresh');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment