diff options
author | Sam Potts <sam@potts.es> | 2017-04-26 00:24:42 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-04-26 00:24:42 +1000 |
commit | 97157efcfa51297324046087ad787ed346a39f06 (patch) | |
tree | 08fb738b93a4888788e73860ff227c0706c0aabb /notes.md | |
parent | 3756476809bdf33b469e6b8ebec5d6e41e00d85b (diff) | |
download | plyr-97157efcfa51297324046087ad787ed346a39f06.tar.lz plyr-97157efcfa51297324046087ad787ed346a39f06.tar.xz plyr-97157efcfa51297324046087ad787ed346a39f06.zip |
More work on Vimeo captions
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ [ ] Finish and test AirPlay (need Sierra VM) [ ] Download button - grab first <source> or src attribute (or maybe use currentSrc?) for HTML5 and links for embedded players [ ] Controls hide/show events +[ ] Test custom controls still works #### Bugs [ ] Fix audio setup bug when calling .setup() again @@ -28,6 +29,7 @@ #### Breaking changes - New config options for loop - Selectors changes (new `input` and `display` object) - DOCUMENT +- Custom HTML option now `controls` which accepts a string (HTML), a function (your own template engine) or array (use built in controls) ## Added - Seek i8n label |