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

First frame will be blank when video is initialized in a stopped state #33

Open
zabellfour opened this issue Aug 13, 2017 · 3 comments
Open

Comments

@zabellfour
Copy link
Contributor

Very nice and useful plugin! Many tnx for it.
I have some problem when use "start:external" option (the fist frame of the video is not shown when page is loaded. Similar problem I see in your example - "Video playing on hover". )

@m90
Copy link
Owner

m90 commented Aug 13, 2017

Looks like this is a regression caused by #29 where the video would not be ready when the first frame is being rendered, thus an empty frame being drawn but never refreshed due to the playhead not moving.

A short term fix for you would probably be force downgrading to 3.0.1.

If you want to look into fixing this issue, you're more than welcome, otherwise I'll probably fix that some time next week.

Thanks for reporting.

@m90 m90 changed the title Do not show first frame of video (external option) First frame will be blank when video is initialized in a stopped state Aug 13, 2017
@m90 m90 added the bug label Aug 13, 2017
@m90
Copy link
Owner

m90 commented Aug 14, 2017

This is fixed via #34 and published to npm as 3.1.1

@m90 m90 closed this as completed Aug 14, 2017
@m90 m90 reopened this Oct 3, 2019
@m90
Copy link
Owner

m90 commented Oct 3, 2019

This somehow resurfaced (in Chrome only) and is also what is currently breaking the build.

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

No branches or pull requests

2 participants