Hi. I'm working on placing videos in a continuously scrolling website. They are set to autoplay on page load. That function seems to be working nicely. When setting up the video windows, I'm ONLY checking Autoplay and mute, leaving all other boxes in the widget unchecked. However, when I render the site, the video will pause when I click the window and it will resume when clicked again, which is what I don't want to happen. I thought leaving those boxes unchecked would keep the video window unclickable, basically. Am I missing something in how the video element should be set up?
I want to keep the video from being pausable/resumable because I'm hoping to build some info buttons over the top of it that create popup definitions. The only things I want to be active over the video window are those info buttons. If the user accidentally clicks off the button, they may wind up pausing or resuming/restarting the video, which is an unwanted action. Please let me know if there's a different way to disable user control over the video. Thank you!