Is it normal that media-chrome will try to pause the video first by default? #1029
Replies: 1 comment
|
This issue is caused by one of my forgotten codes, and should not relate to media-chrome. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have build a background autoplay video card like this:
And I use

autoPlayto control it. After I use media-chrome autoplay seems like not working properly. The video will be played at once still for some frames, but then it will be paused. And I checked the dom found this:So I wonder is this normal for media-chrome to always paused the video first? I think that makes sense but could I avoid it? Or what's the best practice to use media-chrome to acheive an autoplay video.
All reactions