如何在Owl Carousel上启用文本选择?

时间:2019-04-17 12:47:05

标签: c# jquery asp.net owl-carousel-2

在轮播中,我拥有标题(文本)。我无法选择文本。

我尝试了以下选项,但没有一个对我有用。

选项1。

owl.owlCarousel({
mouseDrag: false,
touchDrag: false,
pullDrag: false,
freeDrag: false,
});  

选项2。

.owl-carousel.owl-drag .owl-item {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}

0 个答案:

没有答案