aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-03-26 21:43:59 +1100
committerGitHub <noreply@github.com>2019-03-26 21:43:59 +1100
commit6e68ad6d1585e811c7f0624b71633d0c0bbce48d (patch)
tree6131706c6a4f95488aa71aee397d6a672f76fa1a
parent5b7a025d26d45ed1cfe39a4774c0f81667064bb1 (diff)
downloadplyr-6e68ad6d1585e811c7f0624b71633d0c0bbce48d.tar.lz
plyr-6e68ad6d1585e811c7f0624b71633d0c0bbce48d.tar.xz
plyr-6e68ad6d1585e811c7f0624b71633d0c0bbce48d.zip
Update readme.md
-rw-r--r--readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index c6e3d745..b603f2d4 100644
--- a/readme.md
+++ b/readme.md
@@ -404,10 +404,9 @@ 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`&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+. |
+| `pip`&sup1; | ✓ | ✓ | 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
+1. HTML5 only
### The `.source` setter