aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass
Commit message (Collapse)AuthorAgeFilesLines
...
* | Click to play fix, poster fix, iOS controls fixesSam Potts2018-07-303-6/+3
| |
* | Fix for webkit redrawing issueSam Potts2018-07-292-6/+16
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-242-6/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # yarn.lock
| * Merge branch 'develop'Sam Potts2018-06-291-2/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # changelog.md # demo/dist/demo.css # demo/dist/demo.js.map # demo/dist/demo.min.js # demo/dist/demo.min.js.map # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # readme.md # src/js/plyr.js # src/js/plyr.polyfilled.js
| * | Fix for bug where controls wouldn't show on hover over YouTube videoSam Potts2018-06-211-1/+1
| | |
| * | Remove `pointer-events: none` on embed `<iframe>` to comply with YouTube ToSSam Potts2018-06-211-5/+0
| | |
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-021-2/+8
|\ \ \ | | |/ | |/|
| * | 3.3.16Sam Potts2018-06-291-3/+8
| | |
| * | Hide currentTime and progressmimse2018-06-281-1/+2
| |/
* | Work on key bindings for menuSam Potts2018-06-281-1/+1
| |
* | Work on menusSam Potts2018-06-212-1/+5
| |
* | More work on menusSam Potts2018-06-181-27/+26
| |
* | Work on controlsSam Potts2018-06-181-10/+14
|/
* Merge branch 'develop' into a11y-improvementsSam Potts2018-06-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js
| * Fix #1003: Formatted captions issueAlbin Larsson2018-06-101-1/+1
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-092-15/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js # src/js/plyr.js
| * Fixed incorrect BEM formatting, fixed buffer alignmentSam Potts2018-05-312-15/+19
| |
* | WIPSam Potts2018-05-281-4/+4
|/
* Merge branch 'master' into developSam Potts2018-05-191-0/+5
|\
| * Fix the seek tooltip time difference from seek timeAlbin Larsson2018-05-121-0/+5
| |
* | Merge pull request #963 from friday/verify-posterSam Potts2018-05-191-1/+1
|\ \ | | | | | | Make sure poster element isn't shown if the image isn't loaded
| * | Rewrite ui.setPoster to check that images arent broken or youtube fallback ↵Albin Larsson2018-05-151-1/+1
| |/ | | | | | | images. Only show poster element when valid
* / Remove ui.checkFailed() and error classAlbin Larsson2018-05-162-26/+0
|/
* Fix #946 - poster getting click eventsAlbin Larsson2018-05-081-0/+1
|
* Fix poster being stretchedAlbin Larsson2018-05-081-1/+1
|
* Use div for poster, Vimeo fixes, Tooltip fixesSam Potts2018-05-082-2/+3
|
* v3.3.0Sam Potts2018-05-063-0/+24
|
* v3.2.4Sam Potts2018-04-271-2/+7
|
* Fix for hidden buffer and incorrect use of aria-hiddenSam Potts2018-04-251-9/+0
|
* More bug fixesSam Potts2018-04-171-10/+15
|
* Increase menu container z-index to be higher than controlsDaniel Sarin2018-04-111-1/+1
|
* Fix #867: Add custom property fallbackAlbin Larsson2018-04-051-1/+1
|
* Styling fixesSam Potts2018-04-033-1/+8
|
* Controls fixesSam Potts2018-03-271-2/+0
|
* Vimeo offset tweak (fixes #826)Sam Potts2018-03-221-1/+1
|
* Vimeo fixSam Potts2018-03-151-0/+2
|
* Typography fixSam Potts2018-03-132-2/+4
|
* Ad block detection would not work when calling play() right after creating ↵Arthur Hulsman2018-03-091-6/+2
| | | | the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method.
* Resizing the ad container while having it on display none will return offset ↵Arthur Hulsman2018-03-071-1/+13
| | | | width and height of 0, which will cause ads not to play when ad sizes are set within the clients DSP. Also making sure that the inner containers of the ad container are full size. The container is now hidden/ displayed using z-index.
* TypoSam Potts2018-03-031-1/+1
|
* Fullscreen API changes, color settings tweaksSam Potts2018-02-114-2/+17
|
* Small UI tweaks and fix for instanceof issueSam Potts2018-01-313-18/+39
|
* Renamed property, UI tweakSam Potts2018-01-231-4/+4
|
* Formatting, events and ad countdown addedSam Potts2018-01-221-3/+7
|
* Formatting and “ad” badgeSam Potts2018-01-191-9/+18
|
* Added cue markings within the time line for when midrolls will be displayed. ↵Arthur Hulsman2018-01-171-0/+14
| | | | Removed unusued callback parameter.
* Removed logic related to starting the ad by clicking/ tapping the ↵Arthur Hulsman2018-01-171-1/+2
| | | | advertisement container. Ad is started by plyr play method.
* Moved the ads container to be outside of the video wrapper. This way we can ↵Arthur Hulsman2018-01-171-1/+1
| | | | easily move the ad in front or behind the video controls based on content resume or pause IMA events.
* Code tweaksSam Potts2018-01-143-20/+19
|
* Implementing ads pluginferdiemmen2018-01-132-0/+20
|