aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-28 12:40:21 +1100
committerSam Potts <me@sampotts.me>2015-02-28 12:40:21 +1100
commitfdc0197433da926e5702d6823cb29676e5b64825 (patch)
tree63bcd854fd5c8ab9b845863f7cc9d05d7a1621a2
parent044bcb359e4e5c767ff7b681018d2ed50c769019 (diff)
downloadplyr-fdc0197433da926e5702d6823cb29676e5b64825.tar.lz
plyr-fdc0197433da926e5702d6823cb29676e5b64825.tar.xz
plyr-fdc0197433da926e5702d6823cb29676e5b64825.zip
Fixed broken link
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 180d4f24..f0af263d 100644
--- a/readme.md
+++ b/readme.md
@@ -144,7 +144,7 @@ plyr.setup({
<td><code>html</code></td>
<td>String</td>
<td><code>&mdash;</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>✖&sup1;</td>
<td>✔&sup2;</td>
</tr>
@@ -306,6 +308,7 @@ Fullscreen in Plyr is supported for all browsers that [currently support it](htt
</table>
&sup1; Native player used (no support for `<progress>` or `<input type="range">`)
+
&sup2; 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: