BxSlider displayes last slide as first slide

前端 未结 8 1059
孤城傲影
孤城傲影 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:09

    You just need to stop the loop :

    infiniteLoop:false
    

    ...and there is no more .bx-clone

    http://bxslider.com/options

提交回复
热议问题