Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstreamHEADmaster | Jesús | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | More work on custom properties and documentation | Sam Potts | 2020-04-24 | 1 | -2/+3 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 4 | -161/+166 |
| | |||||
* | Merge branch 'develop' into css-variables | Sam Potts | 2020-03-30 | 2 | -8/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # demo/dist/demo.min.js.map # demo/index.html # dist/plyr.css # dist/plyr.min.js.map # dist/plyr.min.mjs.map # dist/plyr.polyfilled.min.js.map # dist/plyr.polyfilled.min.mjs.map # gulpfile.js # src/sass/base.scss # src/sass/components/control.scss # src/sass/settings/colors.scss # src/sass/settings/controls.scss | ||||
| * | File rename and clean up | Sam Potts | 2019-06-21 | 1 | -0/+0 |
| | | |||||
| * | Styling tweaks for demo | Sam Potts | 2019-06-20 | 2 | -2/+2 |
|/ | |||||
* | Plugin tweaks for ads and previews | Sam Potts | 2019-01-26 | 1 | -22/+34 |
| | |||||
* | Style tweaks for preview plugin | Sam Potts | 2019-01-22 | 1 | -2/+15 |
| | |||||
* | Preview design tweaks | Sam Potts | 2019-01-21 | 1 | -24/+41 |
| | |||||
* | Linting etc | Sam Potts | 2019-01-08 | 1 | -30/+29 |
| | |||||
* | Preview seek: Edge+IE11 fixes | James | 2018-12-15 | 1 | -7/+12 |
| | | | | | - Fixed bug: Edge seek errors: Replaced array spread with Array.from() - Fixed IE11 bug: seek time was offset to the left. Required an extra container div to facilitate this | ||||
* | Preview seek: jpeg sprites + much more | James | 2018-12-13 | 1 | -8/+10 |
| | | | | | | | | | - Allow jpeg sprites - much snappier and more accurate - Fixed bug: right clicking the seek bar sticks on mousedown - Fixed bug: moving the mouse really quickly results in not updating the thumb - Fixed bug: if you mousedown but don't move mouse, it shows a stale image in the scrubbing container - Fixed bug: very first image shows as 0px - Fixed bug: stretches images when video isn't same aspect as player | ||||
* | Preview seek/scrubbing thumbnails | James | 2018-11-12 | 1 | -0/+70 |
| | |||||
* | Vimeo fix | Sam Potts | 2018-03-15 | 1 | -0/+2 |
| | |||||
* | Typography fix | Sam Potts | 2018-03-13 | 1 | -2/+3 |
| | |||||
* | Ad block detection would not work when calling play() right after creating ↵ | Arthur Hulsman | 2018-03-09 | 1 | -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 Hulsman | 2018-03-07 | 1 | -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. | ||||
* | Typo | Sam Potts | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Renamed property, UI tweak | Sam Potts | 2018-01-23 | 1 | -4/+4 |
| | |||||
* | Formatting, events and ad countdown added | Sam Potts | 2018-01-22 | 1 | -3/+7 |
| | |||||
* | Formatting and “ad” badge | Sam Potts | 2018-01-19 | 1 | -9/+18 |
| | |||||
* | Added cue markings within the time line for when midrolls will be displayed. ↵ | Arthur Hulsman | 2018-01-17 | 1 | -0/+14 |
| | | | | Removed unusued callback parameter. | ||||
* | Removed logic related to starting the ad by clicking/ tapping the ↵ | Arthur Hulsman | 2018-01-17 | 1 | -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 Hulsman | 2018-01-17 | 1 | -1/+1 |
| | | | | easily move the ad in front or behind the video controls based on content resume or pause IMA events. | ||||
* | Code tweaks | Sam Potts | 2018-01-14 | 2 | -18/+17 |
| | |||||
* | Implementing ads plugin | ferdiemmen | 2018-01-13 | 1 | -0/+18 |