mderrick/react-html5video

How to correctly use the 'paused' attribute?

Closed this issue · 2 comments

I tried to get it working, but changing the attribute does not seem to have an effect: https://jsfiddle.net/7s9a311q/36/

There is no such thing as a 'paused' attribute for a HTML5 Video element. The only supported attributes are documented here.

You're right, I misinterpreted the docs. Using the .pause( ) method now.