diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-07-30 23:42:36 +0200 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-07-31 00:44:07 +0200 |
commit | c230ccce866711e977af44ca955e56a0db43d0a4 (patch) | |
tree | 1b86ac5153429ccff21a6a428be4dae9618a3d12 | |
parent | db22a8e9c47b373d47652b2cc653f53e0b452de0 (diff) | |
download | plyr-c230ccce866711e977af44ca955e56a0db43d0a4.tar.lz plyr-c230ccce866711e977af44ca955e56a0db43d0a4.tar.xz plyr-c230ccce866711e977af44ca955e56a0db43d0a4.zip |
Update controls.md docs
-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 |