aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-10-26 08:37:33 +1100
committerGitHub <noreply@github.com>2018-10-26 08:37:33 +1100
commit7d484c6e09267020f06d3dd6dbd0a434ea3cbc9b (patch)
tree71a418bf3302aa8398e3340a57aa7b422c420450
parent1a9b860e68cf402e3c5ef16d14863a8892dbf781 (diff)
parent8252e13eb946dd913c21eae17d05e19479b87a99 (diff)
downloadplyr-7d484c6e09267020f06d3dd6dbd0a434ea3cbc9b.tar.lz
plyr-7d484c6e09267020f06d3dd6dbd0a434ea3cbc9b.tar.xz
plyr-7d484c6e09267020f06d3dd6dbd0a434ea3cbc9b.zip
Merge pull request #1232 from tocsinde/patch-1
Readme: Add missing annotation to PIP support
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index a379a2df..7d4d618b 100644
--- a/readme.md
+++ b/readme.md
@@ -417,7 +417,7 @@ player.fullscreen.active; // false;
| `language` | ✓ | ✓ | Gets or sets the preferred captions language for the player. The setter accepts an ISO two-letter language code. Support for the languages is dependent on the captions you include. If your captions don't have any language data, or if you have multiple tracks with the same language, you may want to use `currentTrack` instead. |
| `fullscreen.active` | ✓ | - | Returns a boolean indicating if the current player is in fullscreen mode. |
| `fullscreen.enabled` | ✓ | - | Returns a boolean indicating if the current player has fullscreen enabled. |
-| `pip` | ✓ | ✓ | Gets or sets the picture-in-picture state of the player. The setter accepts a boolean. This currently only supported on Safari 10+ (on MacOS Sierra+ and iOS 10+) and Chrome 70+. |
+| `pip`&sup2; | ✓ | ✓ | Gets or sets the picture-in-picture state of the player. The setter accepts a boolean. This currently only supported on Safari 10+ (on MacOS Sierra+ and iOS 10+) and Chrome 70+. |
1. YouTube only. HTML5 will follow.
2. HTML5 only