BxSlider displayes last slide as first slide

前端 未结 8 959
孤城傲影
孤城傲影 2021-02-02 17:19

I have created 4 sliders. Initially all 4 are hidden (display:none) so I have used this code to display the relevant slider on click of its respective category.

The slid

相关标签:
8条回答
  • 2021-02-02 18:20

    Working with bxslider was biggest mistake of my life.

    0 讨论(0)
  • 2021-02-02 18:22

    As mentioned by OG Sean it´s a Chrome bug.

    I hade the same problem and the only thing needed when i tried was this css code:

    .bx-viewport li { min-height: 1px; min-width: 1px; }
    
    0 讨论(0)
提交回复
热议问题