Должны открываться и закрываться все свайперы.
Вот код:
const popup = $(".pop-up");
const swiper = $(".container");
const closePopup = $(".container__close");
const images = document.getElementsByClassName("gallery__img");
const swipers = document.getElementsByClassName("container");
images[0].addEventListener("click", () => {
swipers[0].style.display = "flex";
window.onscroll = () => {
window.scroll(0, 0);
};
});
images[1].addEventListener("click", () => {
swipers[1].style.display = "flex";
window.onscroll = () => {
window.scroll(0, 0);
};
});
closePopup.addEventListener("click", () => {
window.onscroll = () => {
window.scroll;
};
swiper.style.display = "none";
});