gpt4 book ai didi

html - Owl Carousel slider 不适用于 rtl

转载 作者:行者123 更新时间:2023-12-04 11:49:05 25 4
gpt4 key购买 nike

我的 Owl Carousel 滑块有问题。

当我的 html 页面开始标记是:<html> ,滑块工作正常,我可以看到图像。

但是当我的页面打开是:<html dir="rtl"> ,滑块不起作用,我的意思是我看到了箭头和分页,但看不到图片本身:

这是我的代码:

$("#owl-demo").owlCarousel({
navigation : false,
rtl:true,
slideSpeed : 300,
paginationSpeed : 400,
singleItem:true
});

有什么帮助吗?

最佳答案

将此代码放在css文件中

.owl-carousel,
.bx-wrapper { direction: ltr; }
.owl-carousel .owl-item { direction: rtl; }

关于html - Owl Carousel slider 不适用于 rtl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35188751/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com