aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* v3.5.10Sam Potts2020-02-141-0/+6
| | | | - iOS volume display fix
* Merge branch 'master' into developSam Potts2020-02-141-8/+3
|\
| * Fix for regression with volume control widthSam Potts2020-02-141-8/+3
| |
* | More styles clean upSam Potts2020-02-123-11/+8
|/
* Menu border color tweakSam Potts2020-02-102-5/+3
|
* SASS orginasation clean up and flex-direction addedSam Potts2020-02-1010-225/+218
|
* Audio style fixSam Potts2020-01-264-5/+9
|
* Presentation fixesSam Potts2020-01-213-6/+4
|
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-211-1/+2
|\ | | | | | | | | # Conflicts: # src/sass/components/video.scss
| * Fixed Plyr container not resizing responsivelyShravan Rajinikanth2020-01-192-1/+3
| |
* | Fix issues with fixed ratios and 100% height/widthSam Potts2020-01-143-2/+5
|/
* Manually merge PR #1629Sam Potts2020-01-142-22/+2
|
* Edge fixSam Potts2019-06-211-1/+1
|
* File rename and clean upSam Potts2019-06-212-1/+1
|
* Clean upSam Potts2019-06-211-4/+0
|
* Styling tweaks for demoSam Potts2019-06-2010-18/+25
|
* Aspect ratio tweaksSam Potts2019-06-031-1/+2
|
* Edge fixSam Potts2019-06-011-0/+1
|
* Styling for control changesSam Potts2019-04-252-38/+40
|
* Moved all video styles togetherSam Potts2019-04-123-38/+33
|
* Aspect ratio improvements (fixes #1042, fixes #1366)Sam Potts2019-04-121-11/+12
|
* Fullscreen fixSam Potts2019-01-271-5/+0
|
* Plugin tweaks for ads and previewsSam Potts2019-01-262-24/+36
|
* 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
|
* Merge pull request #1253 from jamesoflol/preview-thumbsSam Potts2018-12-152-0/+78
|\ | | | | Preview seek/scrubbing thumbnails
| * 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-122-0/+71
| |
* | Fix: buffer progress bar transition on webkitSamuel Elgozi2018-11-221-1/+1
| | | | | | The transition was set on the wrong pseudo element for WebKit browsers.
* | Styling tweaksSam Potts2018-11-082-2/+2
|/
* Remove link styles from anchor controlsSam Potts2018-09-281-0/+10
|
* Reverted large pause buttonSam Potts2018-09-252-5/+3
|
* Fix touch vs click issueSam Potts2018-09-251-1/+1
|
* Controls spacing improvementsSam Potts2018-08-131-17/+19
|
* Moved mute button inside plyr__volumeSam Potts2018-08-131-2/+5
|
* Fix tooltip alignmentSam Potts2018-08-131-0/+2
|
* Set background color for videoSam Potts2018-08-131-0/+1
|
* Fix for hover over iframed players not showing controlsSam Potts2018-08-021-3/+3
|
* Box shadow fix for range trackSam Potts2018-08-011-2/+2
|
* Merge branch 'develop' into a11y-improvementsSam Potts2018-08-012-7/+5
|\ | | | | | | | | # Conflicts: # src/js/controls.js
| * Fix #1137: Improve captions positioning consistencyAlbin Larsson2018-07-312-11/+9
| |
* | Fix Firefox spacebar issueSam Potts2018-08-013-35/+38
| |
* | Merge branch 'develop' into a11y-improvementsSam Potts2018-07-301-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # package.json # src/js/plyr.js
| * Merge pull request #1134 from mjfwebb/hide-empty-controlsSam Potts2018-07-301-0/+8
| |\ | | | | | | Hide empty controls
| | * Update controls.scssSam Potts2018-07-301-1/+2
| | |
| | * Don't move caption up when "showing" the lower controls when the controls ↵Albin Larsson2018-07-301-1/+4
| | | | | | | | | | | | are empty
| | * If the plyr__controls is empty it is still showing the transition causing ↵mjfwebb2018-07-291-0/+4
| | | | | | | | | | | | captions to be pushed up when hovering over where the controls would be. This change hides the plyr__controls div when it is empty.
| * | Fix for redraw issueSam Potts2018-07-301-1/+0
| |/