Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 Video doesnt autoplay in chrome #346

Open
pwcueblocks opened this issue Dec 8, 2015 · 1 comment
Open

HTML5 Video doesnt autoplay in chrome #346

pwcueblocks opened this issue Dec 8, 2015 · 1 comment

Comments

@pwcueblocks
Copy link

When inserting html5 video inside the slider, the autoplay option of video doesn't work in chrome but works fine in firefox.

@rpelorosso
Copy link

That's true. A workaround is:
$(document).on('init.slides', function() { var vid = document.getElementById("bgvid"); vid.play(); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants