Skip to content
Advertisement

Adding Autoplay To Video Element With Javascript

I want to have my video automatically play and loop for me when the user scrolls to a specific area on the video element. I’m aware that I can use a JS observer to do this: however, how do I use JavaScript to add and remove ‘autoplay’?

What I want my default code to be:

JavaScript

What I want to happen when the user triggers the JS observer:

JavaScript

Advertisement

Answer

JavaScript
Advertisement