【问题标题】:Owl carousel: image link doesn't click猫头鹰轮播:图片链接未点击
【发布时间】:2017-03-02 16:21:25
【问题描述】:

图片链接没有点击 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 jquery owl-carousel


    【解决方案1】:

    我的解决方案: 请看上面的图片。 所以我把图中的链接去掉,在后面加上。

    【讨论】:

    猜你喜欢
    • 2022-12-07
    • 1970-01-01
    • 2016-05-06
    • 2015-06-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-08-12
    • 1970-01-01
    相关资源
    最近更新 更多