상품 상세 이미지 갤러리 — 메인↔썸네일 동기화 + 양쪽 화살표로 1개씩. cafe24 기본 front/thumb Swiper 위에 IJ 커스텀(2026-06-23 재작성·skin8 라이브 발행).
← 모듈 목록바질페스토(27)·룽고(93) 등 전 상품 공통으로 갤러리 화살표가 제대로 동작 안 함.
처음엔 "Swiper 두 버전 충돌"로 의심했으나, 라이브 DevTools 실측하니 가설이 뒤집힘.
front.params.thumbs.swiper = false → 메인과 썸네일이 안 묶여 있음overflow-x:auto 인라인을 박아 Swiper transform 무력화scrollBy 200px로 점프front.on('slideChange') → active .ij-thumb-active 토글 + thumb.slideTo(idx-2)(active 가운데)front.slideTo(i)front.slideNext/Prev (이미지 1칸 + 썸네일 자동 따라감)swiper-button-disabled 제거 → 양쪽 항상 보임product/detail.html — grep 추가이미지 썸네일 (인라인 script).thumb-slide .swiper-slide(60px) + .ij-thumb-active img.front-slide .swiper.swiper / .thumb-slide .swiper.swipercafe24-code-index · 백업 detail_skin8_BACKUP_thumb_*