Skip to content
New issue

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

Player does not allow volume to be adjusted #2

Open
AndrewX192 opened this issue Jun 24, 2014 · 3 comments
Open

Player does not allow volume to be adjusted #2

AndrewX192 opened this issue Jun 24, 2014 · 3 comments

Comments

@AndrewX192
Copy link

Some people do not have volume controls on their computer and are unable to adjust the volume without using the player volume control.

@hasit
Copy link
Contributor

hasit commented Apr 24, 2015

Could we use a media player that would allow volume control? Does anyone know of one?

@thefinn93
Copy link
Contributor

I'm fairly certain the the HTML5 player allows javascript to set the volume, it shouldn't be that hard to implement

@AndrewX192
Copy link
Author

Yes, the volume can be set (at least in Firefox 36) with the following javascript:

$('#player')[0].volume = .7

thefinn93 added a commit that referenced this issue Jul 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants