How to correctly use the 'paused' attribute?
Closed this issue · 2 comments
idleherb commented
I tried to get it working, but changing the attribute does not seem to have an effect: https://jsfiddle.net/7s9a311q/36/
mderrick commented
There is no such thing as a 'paused' attribute for a HTML5 Video element. The only supported attributes are documented here.
idleherb commented
You're right, I misinterpreted the docs. Using the .pause( ) method now.