diff options
author | Sam Potts <me@sampotts.me> | 2015-02-28 12:40:21 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-28 12:40:21 +1100 |
commit | fdc0197433da926e5702d6823cb29676e5b64825 (patch) | |
tree | 63bcd854fd5c8ab9b845863f7cc9d05d7a1621a2 | |
parent | 044bcb359e4e5c767ff7b681018d2ed50c769019 (diff) | |
download | plyr-fdc0197433da926e5702d6823cb29676e5b64825.tar.lz plyr-fdc0197433da926e5702d6823cb29676e5b64825.tar.xz plyr-fdc0197433da926e5702d6823cb29676e5b64825.zip |
Fixed broken link
-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: |