aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plugins
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamHEADmasterJesús2022-02-111-2/+2
|
* More work on custom properties and documentationSam Potts2020-04-241-2/+3
|
* Converted to 2 space indentationSam Potts2020-04-114-161/+166
|
* Merge branch 'develop' into css-variablesSam Potts2020-03-302-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 upSam Potts2019-06-211-0/+0
| |
| * Styling tweaks for demoSam Potts2019-06-202-2/+2
|/
* Plugin tweaks for ads and previewsSam Potts2019-01-261-22/+34
|
* Style tweaks for preview pluginSam Potts2019-01-221-2/+15
|
* Preview design tweaksSam Potts2019-01-211-24/+41
|
* Linting etcSam Potts2019-01-081-30/+29
|
* Preview seek: Edge+IE11 fixesJames2018-12-151-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 moreJames2018-12-131-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 thumbnailsJames2018-11-121-0/+70
|
* Vimeo fixSam Potts2018-03-151-0/+2
|
* Typography fixSam Potts2018-03-131-2/+3
|
* 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
|
* 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-142-18/+17
|
* Implementing ads pluginferdiemmen2018-01-131-0/+18