Slick carousel right to left

前端 未结 5 1674
有刺的猬
有刺的猬 2021-02-05 23:18

I\'ve setup slick carousel to continuously scroll, however I need to to scroll in the oposite direction. Adding the RTL option didn\'t seem to work.

Fiddle here (current

5条回答
  •  猫巷女王i
    2021-02-05 23:52

    in your rtl css add below without any edit on

    [dir='rtl'] .slick-slide { float: left; }

提交回复
热议问题