Single instance only

This commit is contained in:
Sam Potts
2017-05-16 09:58:53 +10:00
parent fe9383bed5
commit 966c3d875d
9 changed files with 597 additions and 600 deletions

View File

@ -783,15 +783,10 @@ These events also bubble up the DOM. The event target will be the container elem
</tr>
</thead>
<tbody>
<tr>
<td><code>setup</code></td>
<td></td>
<td>When an initial setup has completed</td>
</tr>
<tr>
<td><code>ready</code></td>
<td></td>
<td>Triggered when the instance is ready for API use and external APIs are ready (in the case of YouTube and Vimeo).</td>
<td>Triggered when the instance is ready for API calls.</td>
</tr>
<tr>
<td><code>canplay</code></td>
@ -1057,9 +1052,6 @@ If a User Agent is disabled but supports `<video>` and `<audio>` natively, it wi
Any unsupported browsers will display links to download the media if the correct html is used.
### Checking for support
There's an API method for checking support. You can call `plyr.supported()` and optionally pass a type to it, e.g. `plyr.supported("video")`. It will return an object with two keys; `basic` meaning there's basic support for that media type (or both if no type is passed) and `full` meaning there's full support for plyr.
## Issues
If you find anything weird with Plyr, please let us know using the GitHub issues tracker.