I'm trying to pause the slider on the homepage when a video is played so it doesn't keep sliding. Check it out here.
I've tried adding a div
on top of it and capture the click events for the div
, but that doesn't work. It just passes the events on to the iframe
I suppose. Note that the iframe
is loading content from Vimeo, not from my site.
Any ideas on how to make this work, or any other way to pause the slider when the video is played? I seem to be at a dead end with no options...