diff options
author | Sam Potts <sam@potts.es> | 2018-07-31 09:08:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 09:08:08 +1000 |
commit | e3dfd160965d09fa3aee517f0a7aefe17c9dd69b (patch) | |
tree | 1b86ac5153429ccff21a6a428be4dae9618a3d12 /controls.md | |
parent | 2679c5898edd534d19b5b2f68d895641c3e3fb1a (diff) | |
parent | c230ccce866711e977af44ca955e56a0db43d0a4 (diff) | |
download | plyr-e3dfd160965d09fa3aee517f0a7aefe17c9dd69b.tar.lz plyr-e3dfd160965d09fa3aee517f0a7aefe17c9dd69b.tar.xz plyr-e3dfd160965d09fa3aee517f0a7aefe17c9dd69b.zip |
Merge pull request #1139 from friday/controls-input
Controls input fixes
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 |