diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 22:19:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 22:19:17 +1100 |
commit | 550cc6a19b8107c8fe67de9389d983cf27424b91 (patch) | |
tree | 02eb27a905899304300ac5282ffd6d1656f662d2 /controls.md | |
parent | d0ceefe82792b415a10dc42f2c93cfba2cf020c0 (diff) | |
parent | e44e93c117007da1748d95a13dd9e997822c54ab (diff) | |
download | plyr-550cc6a19b8107c8fe67de9389d983cf27424b91.tar.lz plyr-550cc6a19b8107c8fe67de9389d983cf27424b91.tar.xz plyr-550cc6a19b8107c8fe67de9389d983cf27424b91.zip |
Merge branch 'master' into master
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controls.md b/controls.md index 36267156..15f52e47 100644 --- a/controls.md +++ b/controls.md @@ -37,6 +37,7 @@ You need to add several placeholders to your html template that are replaced whe - `{id}` - the dynamically generated ID for the player (for form controls) - `{seektime}` - the seek time specified in options for fast forward and rewind +- `{title}` - the title of your media, if specified You can include only the controls you need when specifying custom html. |