gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

Changing the volume range when muted should unmute the video #44

Closed edrpls closed 4 years ago

edrpls commented 4 years ago

When the player is muted, the volume handler will bounce back to 0 when trying to turn the volume up, instead the player should unmute and allow changing the volume.

edrpls commented 4 years ago

I think this was fixed by #52, as I have not been able to reproduce it, but while debugging this, I noticed the issue described in #55.