79599103

Date: 2025-04-29 19:41:43
Score: 1
Natty:
Report link

I still cannot figure out how to make SwiperJS responsive, but for anyone looking for a fix for similar issue, this simple CSS works:

FIX for Issue #2:

.swiper-slide:not(.swiper-slide-visible,.swiper-slide-active) {
    visibility: hidden;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dennis