猫头鹰转盘:图像链接不能点击

猫头鹰转盘:图像链接不能点击

问题描述:

图片链接无法点 https://www.audubon.org/native-plants/search?zipcode=77092猫头鹰转盘:图像链接不能点击

enter image description here

我用猫头鹰转盘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 
 
      } 
 
      } 
 
     });

Solution

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