How to automatically play video when focus reaches video/

Viewed 5604

In my web page i have 5 video in a single page. I want video play when i see that section.

For example

After the page loading video one auto play if i scroll my page to second section second video need to play

I used video tag in my code.

<video id="jp_video_4" autoplay="autoplay" loop="loop" style="width: 100%; height: auto;" src="Workspace/assets/videos/Play and Learn SLOW.webm"></video>

Any one know how to slove this

1 Answers
Related