猫头鹰轮播:图片链接不点击

时间:2017-03-02 16:21:26

标签: javascript jquery owl-carousel

图片链接无法点击 https://stackoverflow.com/a/28714822/2015579

https://www.audubon.org/native-plants/search?zipcode=77092

我使用猫头鹰旋转木马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
            }
          }
        });
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

Solution

我的解决方案: 请看上面的图片。 所以我删除了图中的链接并添加了。