I'm embedding videos from Instagram in my website using below URL:
https://www.instagram.com/p/Bp4I3hRhd_v/embed
Embedding it with an iframe:
<iframe src="https://www.instagram.com/p/Bp4I3hRhd_v/embed" frameborder="0" scrolling="yes" allowtransparency="true" width="450" height="450"></iframe>
Is there any way to stop playing this video when it is no more on screen (or user has already scrolled away from it)?
PS. I have already tried all the solutions given on internet for youtube videos but it doesn't work for Instagram videos because Insta videos has different embedding pattern then YT ones.