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
Post a Comment