Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v3.5.10 | Sam Potts | 2020-02-14 | 1 | -0/+6 |
| | | | | - iOS volume display fix | ||||
* | Merge branch 'master' into develop | Sam Potts | 2020-02-14 | 1 | -8/+3 |
|\ | |||||
| * | Fix for regression with volume control width | Sam Potts | 2020-02-14 | 1 | -8/+3 |
| | | |||||
* | | More styles clean up | Sam Potts | 2020-02-12 | 3 | -11/+8 |
|/ | |||||
* | Menu border color tweak | Sam Potts | 2020-02-10 | 2 | -5/+3 |
| | |||||
* | SASS orginasation clean up and flex-direction added | Sam Potts | 2020-02-10 | 10 | -225/+218 |
| | |||||
* | Audio style fix | Sam Potts | 2020-01-26 | 4 | -5/+9 |
| | |||||
* | Presentation fixes | Sam Potts | 2020-01-21 | 3 | -6/+4 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-01-21 | 1 | -1/+2 |
|\ | | | | | | | | | # Conflicts: # src/sass/components/video.scss | ||||
| * | Fixed Plyr container not resizing responsively | Shravan Rajinikanth | 2020-01-19 | 2 | -1/+3 |
| | | |||||
* | | Fix issues with fixed ratios and 100% height/width | Sam Potts | 2020-01-14 | 3 | -2/+5 |
|/ | |||||
* | Manually merge PR #1629 | Sam Potts | 2020-01-14 | 2 | -22/+2 |
| | |||||
* | Edge fix | Sam Potts | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | File rename and clean up | Sam Potts | 2019-06-21 | 2 | -1/+1 |
| | |||||
* | Clean up | Sam Potts | 2019-06-21 | 1 | -4/+0 |
| | |||||
* | Styling tweaks for demo | Sam Potts | 2019-06-20 | 10 | -18/+25 |
| | |||||
* | Aspect ratio tweaks | Sam Potts | 2019-06-03 | 1 | -1/+2 |
| | |||||
* | Edge fix | Sam Potts | 2019-06-01 | 1 | -0/+1 |
| | |||||
* | Styling for control changes | Sam Potts | 2019-04-25 | 2 | -38/+40 |
| | |||||
* | Moved all video styles together | Sam Potts | 2019-04-12 | 3 | -38/+33 |
| | |||||
* | Aspect ratio improvements (fixes #1042, fixes #1366) | Sam Potts | 2019-04-12 | 1 | -11/+12 |
| | |||||
* | Fullscreen fix | Sam Potts | 2019-01-27 | 1 | -5/+0 |
| | |||||
* | Plugin tweaks for ads and previews | Sam Potts | 2019-01-26 | 2 | -24/+36 |
| | |||||
* | Style tweaks for preview plugin | Sam Potts | 2019-01-22 | 1 | -2/+15 |
| | |||||
* | Preview design tweaks | Sam Potts | 2019-01-21 | 1 | -24/+41 |
| | |||||
* | Linting etc | Sam Potts | 2019-01-08 | 1 | -30/+29 |
| | |||||
* | Merge pull request #1253 from jamesoflol/preview-thumbs | Sam Potts | 2018-12-15 | 2 | -0/+78 |
|\ | | | | | Preview seek/scrubbing thumbnails | ||||
| * | Preview seek: Edge+IE11 fixes | James | 2018-12-15 | 1 | -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 more | James | 2018-12-13 | 1 | -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 thumbnails | James | 2018-11-12 | 2 | -0/+71 |
| | | |||||
* | | Fix: buffer progress bar transition on webkit | Samuel Elgozi | 2018-11-22 | 1 | -1/+1 |
| | | | | | | The transition was set on the wrong pseudo element for WebKit browsers. | ||||
* | | Styling tweaks | Sam Potts | 2018-11-08 | 2 | -2/+2 |
|/ | |||||
* | Remove link styles from anchor controls | Sam Potts | 2018-09-28 | 1 | -0/+10 |
| | |||||
* | Reverted large pause button | Sam Potts | 2018-09-25 | 2 | -5/+3 |
| | |||||
* | Fix touch vs click issue | Sam Potts | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Controls spacing improvements | Sam Potts | 2018-08-13 | 1 | -17/+19 |
| | |||||
* | Moved mute button inside plyr__volume | Sam Potts | 2018-08-13 | 1 | -2/+5 |
| | |||||
* | Fix tooltip alignment | Sam Potts | 2018-08-13 | 1 | -0/+2 |
| | |||||
* | Set background color for video | Sam Potts | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | Fix for hover over iframed players not showing controls | Sam Potts | 2018-08-02 | 1 | -3/+3 |
| | |||||
* | Box shadow fix for range track | Sam Potts | 2018-08-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-08-01 | 2 | -7/+5 |
|\ | | | | | | | | | # Conflicts: # src/js/controls.js | ||||
| * | Fix #1137: Improve captions positioning consistency | Albin Larsson | 2018-07-31 | 2 | -11/+9 |
| | | |||||
* | | Fix Firefox spacebar issue | Sam Potts | 2018-08-01 | 3 | -35/+38 |
| | | |||||
* | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-07-30 | 1 | -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-controls | Sam Potts | 2018-07-30 | 1 | -0/+8 |
| |\ | | | | | | | Hide empty controls | ||||
| | * | Update controls.scss | Sam Potts | 2018-07-30 | 1 | -1/+2 |
| | | | |||||
| | * | Don't move caption up when "showing" the lower controls when the controls ↵ | Albin Larsson | 2018-07-30 | 1 | -1/+4 |
| | | | | | | | | | | | | are empty | ||||
| | * | If the plyr__controls is empty it is still showing the transition causing ↵ | mjfwebb | 2018-07-29 | 1 | -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 issue | Sam Potts | 2018-07-30 | 1 | -1/+0 |
| |/ |