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

Do not display videojs poster when video is starting to avoid blinking effect #3056

Merged

Conversation

kimsible
Copy link
Contributor

@kimsible kimsible commented Aug 9, 2020

fixes: #3055

@@ -58,6 +58,16 @@ $video-info-margin-left: 44px;
display: flex;
justify-content: center;
flex-grow: 1;

::ng-deep .video-js {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the changes you asked, but I don't understand these tests errors :-/

@kimsible kimsible force-pushed the fix/player-start-autoplay-poster-blink branch from d552692 to 5dac1d3 Compare August 10, 2020 08:40
@Chocobozzz
Copy link
Owner

Not related to your PR. Thanks!

@Chocobozzz Chocobozzz merged commit 41fafa9 into Chocobozzz:develop Aug 10, 2020
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.

Poster videojs blinking effect when video starts
2 participants