79367388

Date: 2025-01-18 15:13:59
Score: 0.5
Natty:
Report link

That's also heppened if you try to init new Swiper without slides or swiper-wrapper. I mean

<div class="swiper">
    <div class="swiper-wrapper"></div>
</div> 
<script>
    new Swiper('.swiper', {...})
</script>

OR

<div class="swiper">

</div>    
<script>
    new Swiper('.swiper', {...})
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Galaxy IT