diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 22:22:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 22:22:49 +1100 |
commit | e98d356ede135f5897e7cd0d9d763c8907137a66 (patch) | |
tree | 21a2826f3f944f3f0c0686a32a27e4736dfb2167 /controls.md | |
parent | d27a0b38558ac4bf81eeaef8af492fa3969c84ac (diff) | |
parent | c9c20345c0e2d203b92f96c7e4012cf40c9a914b (diff) | |
download | plyr-e98d356ede135f5897e7cd0d9d763c8907137a66.tar.lz plyr-e98d356ede135f5897e7cd0d9d763c8907137a66.tar.xz plyr-e98d356ede135f5897e7cd0d9d763c8907137a66.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. |