We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems I need to specify a width and height with this, and this is preventing the video from being responsive.
With a regular video tag, I set it with CSS to be max-width=100% of the parent div, and it just works.
Can this be emulated with video.js?
The text was updated successfully, but these errors were encountered:
For now you can use width="auto" height="auto" to allow CSS to override the width and height of the player.
In #982 there's a discussion around updating the player to support responsive in a better way.
Sorry, something went wrong.
No branches or pull requests
It seems I need to specify a width and height with this, and this is preventing the video from being responsive.
With a regular video tag, I set it with CSS to be max-width=100% of the parent div, and it just works.
Can this be emulated with video.js?
The text was updated successfully, but these errors were encountered: