aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plugins/ads.scss
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamHEADmasterJesús2022-02-111-2/+2
|
* Converted to 2 space indentationSam Potts2020-04-111-43/+43
|
* Merge branch 'develop' into css-variablesSam Potts2020-03-301-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 demoSam Potts2019-06-201-1/+1
|/
* 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-141-0/+17