Skip to content
New issue

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

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

Already on GitHub? # to your account

Rewind Video After View #384

Open
carrco opened this issue Jun 27, 2012 · 2 comments
Open

Rewind Video After View #384

carrco opened this issue Jun 27, 2012 · 2 comments

Comments

@carrco
Copy link

carrco commented Jun 27, 2012

I'm using the slider for vimeo videos. Once a video is played the slider moves on to the next slide. When it gets to the already viewed video the slider shows the last frame of the video which is often a black blank screen.

Is there a way to rewind the video or display the first frame while the slider is looping through other slides so that when the user returns to the previously viewed video they will see the beginning of the video and not the last frame?

Thanks
Kim

@Mottie
Copy link
Contributor

Mottie commented Jun 29, 2012

The easiest method to "reset" (not really rewind) a video is to hide it using display: none when it isn't in view.

If you are using fade mode, check out this comment in issue 333 on how to hide non-current panels. If you are using horizontal or vertical mode, then look at this comment in issue 174 on how to hide panels.

When I get to rewriting the video extension, I'll include a rewind option to make this all easier.

@carrco
Copy link
Author

carrco commented Jun 29, 2012

Thanks for your response and consideration of a feature request.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants