-
Notifications
You must be signed in to change notification settings - Fork 119
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
No Mute on Safari #42
Comments
This is an issue when loading the static file. This does not occur when leveraging the plugin on a site that is not static. |
I had the some problem. Manage to solve with player.mute(); All code looks like this:
|
@LittleBlueDot I like that solution. I have similar code in the src file but for whatever reason it isn't working when running from a static file. |
The sounds works on Safari even I have muted it. But if I want to use sound on every other browsers how can I do it? I have tried mute: false and it is not working. I have take that off too and nothing happend. I have set up vol: 80 but not succeed. |
I had the same problem with IE9/Safari but when I updated the jquery library embedded to the page to v2.2.4, this issue was solved. |
The video won't mute in Safari (El Capitan) even with
mute
option set totrue
. I have check the demo page on safari and it also not muted.The text was updated successfully, but these errors were encountered: