홈수정

This commit is contained in:
com02 2021-11-30 18:37:22 +09:00
parent bc54a9e582
commit c453872a2c

View File

@ -517,8 +517,9 @@ function fn_listPops(typeDivCd) {
if (this.slides.length <= 5) {
// First way:
this.allowSlidePrev = this.allowSlideNext = false; // disabling swiping
this.el.querySelector(".swiper-button-prev").style.visibility = "hidden"; // hiding arrows prev&next
this.el.querySelector(".swiper-button-next").style.visibility = "hidden";
//this.el.querySelector(".swiper-button-prev").style.visibility = "hidden"; // hiding arrows prev&next
//this.el.querySelector(".swiper-button-next").style.visibility = "hidden";
this.querySelector(".swiper-pagination").style.visibility = "hidden";
}
}
}