diff options
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,6 +63,9 @@ Created and maintained by Jon Uhlmann ([@jonnitto](https://github.com/jonnitto)) ### [Kirby](https://github.com/dpschen/kirby-plyrtag) Created and maintained by Dominik Pschenitschni ([@dpschen](https://github.com/dpschen)) +### [React](https://github.com/xDae/react-plyr) +Created and maintained by Jose Miguel Bejarano ([@xDae](https://github.com/xDae)) + ## Using package managers You can grab the source using one of the following package managers. @@ -1024,7 +1027,7 @@ Fullscreen in Plyr is supported by all browsers that [currently support it](http The `enabled` option can be used to disable certain User Agents. For example, if you don't want to use Plyr for smartphones, you could use: ```javascript -enabled: /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) +enabled: !/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ``` If a User Agent is disabled but supports `<video>` and `<audio>` natively, it will use the native player. |