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
How would I make the play button bigger?
The text was updated successfully, but these errors were encountered:
The icon is a background image, the size is set here:
videojs-mobile-ui/src/plugin.css
Lines 68 to 70 in 35078a1
Sorry, something went wrong.
The icon is a background image, the size is set here: videojs-mobile-ui/src/plugin.css Lines 68 to 70 in 35078a1 .vjs-icon-placeholder::before { content: ''; background-size: 60%;
I did try changing that value before asking, but the change did not affect the icon.
No branches or pull requests
How would I make the play button bigger?
The text was updated successfully, but these errors were encountered: