I have an image slider element in my html something like this:
<div class="slider">
<img/>
<img/>
<iframe src="https://player.vimeo.com/video/"</iframe>
<img/>
</div>
With an iframe video. Currently it continues to play in the background. I would like to stop/refresh the video when navigating away using the next/prev nav icons (.next and .prev).
How can I best achieve this?