html - How did the background video on the website of "http://www.exodusgodsandkings.com" autoplay on the iPad? -


how did background video on website of "http://www.exodusgodsandkings.com" autoplay on ipad?

using javascript onload function example

window.onload = function() {   document.getelementbyid('yourid').play(); } 

Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -