diff options
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -144,7 +144,7 @@ plyr.setup({ <td><code>html</code></td> <td>String</td> <td><code>—</code></td> - <td>This is **required**. See [controls.md](controls.md) for more info on how the html needs to be structured.</td> + <td>This is **required**. See <a href="controls.md">controls.md</a> for more info on how the html needs to be structured.</td> </tr> <tr> <td><code>debug</code></td> @@ -290,6 +290,7 @@ Fullscreen in Plyr is supported for all browsers that [currently support it](htt <td>Safari</td> <td>Firefox</td> <td>Chrome</td> + <td>Opera</td> <td>IE9</td> <td>IE10+</td> </tr> @@ -299,6 +300,7 @@ Fullscreen in Plyr is supported for all browsers that [currently support it](htt <td>✔</td> <td>✔</td> <td>✔</td> + <td>✔</td> <td>✖¹</td> <td>✔²</td> </tr> @@ -306,6 +308,7 @@ Fullscreen in Plyr is supported for all browsers that [currently support it](htt </table> ¹ Native player used (no support for `<progress>` or `<input type="range">`) + ² IE10 has no native fullscreen support, fallback can be used (see options) 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: |