Why didn’t display: flex work on the media controller, and why did the player controls stop working when I wrapped the video in a <div>? #1207
monzuralam
started this conversation in
General
Replies: 0 comments
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 attempted to implement CSS flex options on the media controller, but it didn't work as expected. I also wrapped the video tag with a div for my design needs the player controls didn't work.
How to fix that issue?
I use the media-chrom React version.
ex:
I also try to assign media attributes on the MediaController & set id on the video.
All reactions