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

Use load() instead of play() for looping #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andi
Copy link

@andi andi commented Jun 19, 2013

Looping (either done by loop attribute or the event handler from this source code) in Chrome only works if the content is served with "partial content request".

If we replace the play() method by load(), it works. Tested on Chrome, FF and Safari.

@skplunkerin
Copy link

I had this same issue. Chrome on MacBook Pro will never loop the video, just stops. I switched out play() with load() in jquery.videoBG.js:200 and it worked for me.

I haven't tested this in other browsers yet to see if anything broke.

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

Successfully merging this pull request may close these issues.

2 participants