diff options
author | Sam Potts <sam@potts.es> | 2018-08-14 00:00:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 00:00:24 +1000 |
commit | 48bf36831611a854f24f8bc9f40d0944c381bd29 (patch) | |
tree | 165ac6d7b4dbd93f9459e195eaa6c5ba2c411005 /controls.md | |
parent | a8f8486cf49aebc09c8f57bec2f8172970974536 (diff) | |
parent | 8f94ce86a04c1b8f7cc17e7d578c6b8c76572319 (diff) | |
download | plyr-48bf36831611a854f24f8bc9f40d0944c381bd29.tar.lz plyr-48bf36831611a854f24f8bc9f40d0944c381bd29.tar.xz plyr-48bf36831611a854f24f8bc9f40d0944c381bd29.zip |
Merge pull request #1160 from sampotts/develop
v3.4.0
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controls.md b/controls.md index 63b17fa3..263e12f3 100644 --- a/controls.md +++ b/controls.md @@ -3,7 +3,9 @@ This is the markup that is rendered for the Plyr controls. You can use the default controls or provide a customized version of markup based on your needs. You can pass the following to the `controls` option: - `Array` of options (this builds the default controls based on your choices) +- `Element` with the controls - `String` containing the desired HTML +- `false` (or empty string or array) to disable all controls - `Function` that will be executed and should return one of the above ## Using default controls |