Cloned items in owl carousel
So, I've been banging my head over this cloning issue with passing click events to the cloned slide....
what finally solved it for me is to set these two config values:
loop: false,
rewind: true
This will allow the carousel to still loop around but not duplicate slides.
I had this issue - I found that setting the loop option to false resolved it for me.