aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass
Commit message (Collapse)AuthorAgeFilesLines
...
* Fullscreen API changes, color settings tweaksSam Potts2018-02-114-2/+17
|
* Small UI tweaks and fix for instanceof issueSam Potts2018-01-313-18/+39
|
* 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-143-20/+19
|
* Implementing ads pluginferdiemmen2018-01-132-0/+20
|
* Progressively enhance <iframe> embedsSam Potts2018-01-121-0/+1
|
* Styling tweaksSam Potts2018-01-091-1/+0
|
* Use CSS custom property for webkit range fillSam Potts2018-01-081-6/+7
|
* Slider stylingSam Potts2018-01-073-11/+15
|
* Started on error handlingSam2018-01-045-4/+35
|
* Fix for promise issue on Chrome, loading fixSam2017-12-271-1/+4
|
* Vimeo fixSam Potts2017-12-214-5/+12
|
* Badge tweakSam Potts2017-12-211-1/+5
|
* Fix for scrubberSam Potts2017-12-201-1/+1
|
* Small fixesSam Potts2017-12-202-6/+4
|
* Fix SASS bundleSam Potts2017-12-201-3/+4
|
* Split up settings fileSam Potts2017-12-2013-103/+131
|
* Converted to SASS/SCSSSam Potts2017-12-2020-0/+1275
|
* Docs updates, small tweaksSam2016-04-281-719/+0
|
* Bug fix for embeds: `play` not being defined (fixes #185 and #186)Sam Potts2016-03-271-0/+1
|
* SASS fixes, Default font stack addedSam Potts2016-03-131-7/+8
|
* Merge branch 'master' of github.com:selz/plyrSam Potts2016-02-211-0/+5
|\ | | | | | | | | # Conflicts: # src/js/plyr.js
* | WIP on captions bug, manual duration option, reset media objectSam Potts2016-02-211-40/+42
|/
* iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158)Sam Potts2016-02-131-7/+9
|
* Seek fixes for touchSam Potts2016-01-251-1/+19
|
* SASS fix (fixes #149)Sam Potts2016-01-251-23/+23
|
* Seek tooltip, bug fixes for SASS, fullscreen and iconsSam Potts2016-01-241-6/+16
|
* Style tweaksSam Potts2016-01-181-0/+3
|
* Tidying up, Vimeo fixSam Potts2016-01-181-6/+7
|
* LESS/SASS variable name spacing and clean upSam2016-01-171-129/+122
|
* Keyboard nav fixes (seek & focus trap in fullscreen), SASS updatesSam Potts2016-01-141-118/+125
|
* Audio fullscreen, Tooltip tweaks, DocsSam Potts2015-10-251-13/+31
|
* Sass updatedSam Potts2015-10-051-28/+28
|
* Source API changes, Vimeo fixes, still WIPSam Potts2015-10-041-1/+9
|
* Update plyr.scss - Fix new scss!khrizpv2015-08-101-4/+4
| | | This is a fix the newly added scss.
* YouTube, Captions and Control improvementsSam Potts2015-08-081-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!khrizpv2015-08-061-2/+2
|
* Update plyr.scss - Make it work V2!khrizpv2015-07-311-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/plyrSam Potts2015-07-311-105/+115
|\ | | | | | | | | # Conflicts: # src/sass/plyr.scss
| * Restored !default and fullscreen logic in SASSSam Potts2015-07-281-44/+51
| |
| * Update plyr.scss - Make it workkhrizpv2015-07-271-125/+128
| | | | | | There were some things that needed to be changed for the sass preprocessor to work. There were some variables declared as @ that need to be declared with the right syntax: $. Also sass evaluation is eager, while less evaluation is _lazy_ that means in sass, mixins should be declared before they are use. I hope you can accept this change as it's currently not working. Thanks!
* | Tooltip fix for NVDASam Potts2015-07-311-2/+0
|/
* Tooltip tweakSam Potts2015-07-251-6/+3
|
* Minor tweaksSam Potts2015-07-251-1/+1
|
* Safari fix (fixes #96), YouTube tweaks, docsSam Potts2015-07-251-11/+17
|