More work on menus and tidy up

This commit is contained in:
Sam Potts 2017-04-25 18:37:31 +10:00
parent bbe4b7e565
commit 1960d35d8b
5 changed files with 341 additions and 606 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

4
dist/plyr.js vendored

File diff suppressed because one or more lines are too long

View File

@ -5,19 +5,18 @@
- Add preferred quality option into config - Add preferred quality option into config
- Update quality options on YouTube play (can't get up front?!) - Update quality options on YouTube play (can't get up front?!)
- Update speed options on YouTube load - Update speed options on YouTube load
- Get quality options for HTML5 somehow (multi source?) - Get quality options for HTML5 somehow (multi source?)
- Build templating for controls somehow
- Finish and test PiP (need Sierra VM) - Finish and test PiP (need Sierra VM)
- Finish and test AirPlay (need Sierra VM) - 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 - Download button - grab first <source> or src attribute (or maybe use currentSrc?) for HTML5 and links for embedded players
- Controls hide/show events
# Notes # Notes
- No quality HTML5 support (yet) - No quality HTML5 support (yet)
- No Vimeo quality support - No Vimeo quality support
- No Vimeo or YouTube caption support - No Vimeo or YouTube caption support
- No PiP or AirPlay for Vimeo/YouTube - No PiP or AirPlay for Vimeo/YouTube
- Settings won't be supported for custom controls (coming soon, need to work on templating)
#### Bugs #### Bugs
- Fix audio setup bug when calling .setup() again - Fix audio setup bug when calling .setup() again
@ -26,7 +25,7 @@
- Look at Vimeo's "background" option - Look at Vimeo's "background" option
#### Breaking changes #### Breaking changes
- Custom controls HTML removed (temporarily, will return) - perhaps can re-instate but no options UI - New config options for loop
- Selectors changes (new `input` and `display` object) - DOCUMENT - Selectors changes (new `input` and `display` object) - DOCUMENT
## Added ## Added

File diff suppressed because it is too large Load Diff

View File

@ -251,6 +251,11 @@
background: @plyr-captions-bg; background: @plyr-captions-bg;
box-decoration-break: clone; box-decoration-break: clone;
line-height: 150%; line-height: 150%;
// Firefox adds a <div> when using getCueAsHTML()
div {
display: inline;
}
} }
span:empty { span:empty {
display: none; display: none;