简体   繁体   中英

Owl carousel: image link doesn't click

The image link doesn't click https://www.audubon.org/native-plants/search?zipcode=77092

enter image description here

I use Owl carousel v2. My options:

  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 } } }); 

解

My solution: Please look at the image above. So I removed links in the figure and add after.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM