hight
.offset({})
вы применяете на body :not(.slick-cloned)
$('.it-img:not(.slick-cloned),.big-img').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Загрузка изображения #%curr%...',
gallery: {
enabled: true,
tCounter: '<span class="mfp-counter">%curr% of %total%</span>' ,
navigateByImgClick: true,
preload: [0, 1] // Will preload 0 - before current, and 1 after the current image
}
});
Пруф - https://habr.com/ru/post/358090/ ;