Rewind Video After View
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
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.
Thanks for your response and consideration of a feature request.