Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vimeo offset tweak (fixes #826) | Sam Potts | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Vimeo fix | Sam Potts | 2018-03-15 | 1 | -0/+2 |
| | |||||
* | Typography fix | Sam Potts | 2018-03-13 | 2 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | Fullscreen API changes, color settings tweaks | Sam Potts | 2018-02-11 | 4 | -2/+17 |
| | |||||
* | Small UI tweaks and fix for instanceof issue | Sam Potts | 2018-01-31 | 3 | -18/+39 |
| | |||||
* | 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 | 3 | -20/+19 |
| | |||||
* | Implementing ads plugin | ferdiemmen | 2018-01-13 | 2 | -0/+20 |
| | |||||
* | Progressively enhance <iframe> embeds | Sam Potts | 2018-01-12 | 1 | -0/+1 |
| | |||||
* | Styling tweaks | Sam Potts | 2018-01-09 | 1 | -1/+0 |
| | |||||
* | Use CSS custom property for webkit range fill | Sam Potts | 2018-01-08 | 1 | -6/+7 |
| | |||||
* | Slider styling | Sam Potts | 2018-01-07 | 3 | -11/+15 |
| | |||||
* | Started on error handling | Sam | 2018-01-04 | 5 | -4/+35 |
| | |||||
* | Fix for promise issue on Chrome, loading fix | Sam | 2017-12-27 | 1 | -1/+4 |
| | |||||
* | Vimeo fix | Sam Potts | 2017-12-21 | 4 | -5/+12 |
| | |||||
* | Badge tweak | Sam Potts | 2017-12-21 | 1 | -1/+5 |
| | |||||
* | Fix for scrubber | Sam Potts | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Small fixes | Sam Potts | 2017-12-20 | 2 | -6/+4 |
| | |||||
* | Fix SASS bundle | Sam Potts | 2017-12-20 | 1 | -3/+4 |
| | |||||
* | Split up settings file | Sam Potts | 2017-12-20 | 13 | -103/+131 |
| | |||||
* | Converted to SASS/SCSS | Sam Potts | 2017-12-20 | 20 | -0/+1275 |
| | |||||
* | Docs updates, small tweaks | Sam | 2016-04-28 | 1 | -719/+0 |
| | |||||
* | Bug fix for embeds: `play` not being defined (fixes #185 and #186) | Sam Potts | 2016-03-27 | 1 | -0/+1 |
| | |||||
* | SASS fixes, Default font stack added | Sam Potts | 2016-03-13 | 1 | -7/+8 |
| | |||||
* | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-21 | 1 | -0/+5 |
|\ | | | | | | | | | # Conflicts: # src/js/plyr.js | ||||
* | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 1 | -40/+42 |
|/ | |||||
* | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 1 | -7/+9 |
| | |||||
* | Seek fixes for touch | Sam Potts | 2016-01-25 | 1 | -1/+19 |
| | |||||
* | SASS fix (fixes #149) | Sam Potts | 2016-01-25 | 1 | -23/+23 |
| | |||||
* | Seek tooltip, bug fixes for SASS, fullscreen and icons | Sam Potts | 2016-01-24 | 1 | -6/+16 |
| | |||||
* | Style tweaks | Sam Potts | 2016-01-18 | 1 | -0/+3 |
| | |||||
* | Tidying up, Vimeo fix | Sam Potts | 2016-01-18 | 1 | -6/+7 |
| | |||||
* | LESS/SASS variable name spacing and clean up | Sam | 2016-01-17 | 1 | -129/+122 |
| | |||||
* | Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates | Sam Potts | 2016-01-14 | 1 | -118/+125 |
| | |||||
* | Audio fullscreen, Tooltip tweaks, Docs | Sam Potts | 2015-10-25 | 1 | -13/+31 |
| | |||||
* | Sass updated | Sam Potts | 2015-10-05 | 1 | -28/+28 |
| | |||||
* | Source API changes, Vimeo fixes, still WIP | Sam Potts | 2015-10-04 | 1 | -1/+9 |
| | |||||
* | Update plyr.scss - Fix new scss! | khrizpv | 2015-08-10 | 1 | -4/+4 |
| | | | This is a fix the newly added scss. | ||||
* | YouTube, Captions and Control improvements | Sam Potts | 2015-08-08 | 1 | -60/+50 |
| | | | | | | | - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements | ||||
* | Update plyr.scss - Make it work V3! | khrizpv | 2015-08-06 | 1 | -2/+2 |
| | |||||
* | Update plyr.scss - Make it work V2! | khrizpv | 2015-07-31 | 1 | -17/+10 |
| | | | Hi, thanks for accepting my previous pull request. I made this request because the variables control-color and control-color-hover weren't being set inside the mixin so i took them out and it's working now again. I hope you can merge this as it isnt completly working yet and sorry for the delay. Thanks again! :) | ||||
* | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2015-07-31 | 1 | -105/+115 |
|\ | | | | | | | | | # Conflicts: # src/sass/plyr.scss |