图片链接没有点击
https://www.audubon.org/native-plants/search?zipcode=77092

enter image description here

我使用Owl carousel v2。
我的选择:



        self.owlCarousel({
          items: 2,
          nav:true,
          pagination: false,
          autoWidth: true,
          margin: 10,
          navText: ["<i class=\"indicator-left icon-arrow-left\"></i>", "<i class=\"indicator-right icon-arrow-right\"></i>"],
          responsive : {
            0 : {
              items: 1,
              autoWidth: false
            },

            320 : {
              items: 2,
              autoWidth: false
            },

            580: {
              items: 3,
              autoWidth: false
            },

            602 : {
              items: 2,
              autoWidth: true
            }
          }
        });

最佳答案

javascript - 猫头鹰轮播:图片链接未点击-LMLPHP

我的解决方案:
请看上面的图片。
因此,我删除了图中的链接,然后添加了。

08-17 13:53