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
Some people do not have volume controls on their computer and are unable to adjust the volume without using the player volume control.
The text was updated successfully, but these errors were encountered:
Could we use a media player that would allow volume control? Does anyone know of one?
Sorry, something went wrong.
I'm fairly certain the the HTML5 player allows javascript to set the volume, it shouldn't be that hard to implement
Yes, the volume can be set (at least in Firefox 36) with the following javascript:
$('#player')[0].volume = .7
Began work on #2 (a year later...)
190eaa8
No branches or pull requests
Some people do not have volume controls on their computer and are unable to adjust the volume without using the player volume control.
The text was updated successfully, but these errors were encountered: