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

doLoop= false doesn't return to start after finish. #164

Open
STDPLM opened this issue May 27, 2015 · 0 comments
Open

doLoop= false doesn't return to start after finish. #164

STDPLM opened this issue May 27, 2015 · 0 comments

Comments

@STDPLM
Copy link

STDPLM commented May 27, 2015

Hi,

How can I force the video to return to startpoint with the preview image after it played 1 time? Seems the noloop setting just returns a black screen when the video ends. Play button doesn't appear, the pause icon still shows.
Could someone help me out here?
My script looks like this:

var BV,

    $bigImage = $('#big-image'), 
    $loader = $('#big-loader'),
    mediaAspect;
  BV = new $.BigVideo({controls:false, doLoop:false, useFlashForFirefox:false});
  BV.init();

Thanks in advance!

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

1 participant