BxSlider displayes last slide as first slide

前端 未结 8 957
孤城傲影
孤城傲影 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: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; }
    

提交回复
热议问题