Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to work inside iframes. (#2069) | Andre Gagnon | 2021-01-24 | 1 | -1/+7 |
| | | | | | | | * Fix to work inside iframes. Right now Plyr fails to load inside iframes because the selectors are not instances of Element (iframes have their own, separate globals). This is an alternative method to check isElement that will work inside iframes. This is battle-tested fallback code used before browsers supported HTMLElement. * Update is.js | ||||
* | chore: update packages and linting | Sam Potts | 2020-08-30 | 1 | -19/+19 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -39/+39 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-03-29 | 1 | -1/+1 |
| | | | | | | # Conflicts: # package.json # yarn.lock | ||||
* | Ads bug fixes | Sam Potts | 2019-02-01 | 1 | -0/+2 |
| | |||||
* | Allow custom download URL (for streaming, etc) | Sam Potts | 2018-10-24 | 1 | -0/+5 |
| | |||||
* | Escape closes menu | Sam Potts | 2018-08-01 | 1 | -0/+2 |
| | |||||
* | Ads only on HTML5 and .is cleanup | Sam Potts | 2018-06-21 | 1 | -58/+54 |
| | |||||
* | 120 line width, package upgrade | Sam Potts | 2018-06-17 | 1 | -1/+4 |
| | |||||
* | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -0/+64 |