Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstreamHEADmaster | Jesús | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -43/+43 |
| | |||||
* | Merge branch 'develop' into css-variables | Sam Potts | 2020-03-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Styling tweaks for demo | Sam Potts | 2019-06-20 | 1 | -1/+1 |
|/ | |||||
* | 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 | 1 | -0/+17 |