aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for z-index on large play buttonSam Potts2016-06-252-1/+2
|
* Merge pull request #283 from arrowthemes/patch-1Sam Potts2016-06-251-0/+1
|\ | | | | Make the player button clickable on small videos
| * Make the player button clickable on small videosJoel Mbugua2016-06-211-0/+1
| | | | | | If you set the plyr video to width of 300px, the plyr__controls overlays the play centered play button such that you can't click on the play button. Adding a z-index on the plyr .plyr__play-large fixes that.
* | v1.8.3Sam Potts2016-06-253-62/+85
| | | | | | | | | | | | | | | | | | | | - Disabled iPad support for YouTube and Vimeo due to iOS limitations with iFrame playback - Fixed IE11 icon loading (fixes #269) - Updated screenshot (fixes #281) - Added WordPress plugin (fixes #239) - Added Neos plugin - Added HLS, Shaka and dash.js examples (see #235 for more) - Improvements for controls hiding and showing on touch devices
* | Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-06-255-82/+337
|\| | | | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less # src/scss/plyr.scss
| * Prevent error when verifying if play buttons existWilson Alberto2016-06-131-1/+1
| |
| * Fixed event bubblingSam2016-06-091-6/+6
| |
| * Fixed log messageSam2016-06-091-2/+7
| |
| * Changes to setup return value, SVG bug fix (fixes #269)Sam2016-06-091-54/+94
| |
| * Merge branch 'master' of https://github.com/Selz/plyrSam2016-06-071-2/+2
| |\
| | * use $plyr-control-icon-size in sass filecytec2016-06-021-2/+2
| | |
| * | See changelog (fixes #265, #253, #257)Sam2016-06-072-7/+31
| |/
| * Version bumpSam2016-06-021-2/+2
| |
| * Fix for multiple sprites being requested (fixes #259)Sam2016-06-021-3/+11
| |
| * Fix for scroll direction on volume (fixes #258)Sam2016-06-012-9/+20
| |
| * Seek rounding from 1 to 4 decimal places (fixes #242)Sam2016-05-301-3/+3
| |
| * Merge branch 'master' of https://github.com/Selz/plyrSam2016-05-262-0/+2
| |\
| | * FIx Plyr to work with RTL systemsTzvi2016-05-261-0/+1
| | | | | | | | | (less)
| | * FIx Plyr to work with RTL systemsTzvi2016-05-261-0/+1
| | | | | | | | | (scss)
| * | Added `disableContextMenu` option to hide the right click context menu ↵Sam2016-05-261-2/+8
| |/ | | | | | | (fixes #248 and #225)
| * Version bumpSam2016-05-231-2/+2
| |
| * Fix for Tooltips overflowing (fixes #230)Sam2016-05-234-10/+82
| |
| * Always hide standard controls (Fixes #225)Sam2016-05-232-0/+10
| |
| * Restore scroll position when exiting fullscreen (fixes #236)Sam2016-05-231-4/+27
| |
| * Sprite loading improvements, touch controlsSam2016-05-231-19/+81
| | | | | | | | | | - SVG sprite loading automatically for an easier setup - Touch devices now show controls on touch rather than pausing playback
* | Hide Shadow DOM elementsSam Potts2016-06-252-4/+14
|/
* Decreased sensitivity and inverted scroll on volume slider (scroll up to ↵Sam Potts2016-05-191-5/+8
| | | | increase, down to decrease)
* Version bumpSam Potts2016-05-191-1/+1
|
* Bug fix for no bufferSam Potts2016-05-193-4/+9
|
* Merge branch 'master' into developSam Potts2016-05-1923-80/+90
|\ | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * Fix for Vimeo fullscreen (fixes #214)Sam Potts2016-05-163-1/+15
| |
| * Changed icon prefix default to avoid clashesSam Potts2016-05-1612-2/+2
| |
| * Build changes, sprite.svg => plyr.svgSam Potts2016-05-151-1/+1
| |
| * Fix for bug in v1.6.7Sam Potts2016-05-143-9/+7
| |
| * iOS bug fixes (fixes #213)Sam Potts2016-05-143-6/+37
| |
| * Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-05-144-29/+68
| |\ | | | | | | | | | | | | # Conflicts: # dist/plyr.css
| * | Icon tweaks, IE button fixSam Potts2016-05-1416-106/+89
| | |
* | | Reverted LESS structure for nowSam Potts2016-05-199-741/+740
| | |
* | | Add scroll listener on volume slideri.adamenko2016-05-191-12/+45
| | |
* | | Merge branch 'master' into developSam2016-05-116-30/+70
|\ \ \ | | |/ | |/| | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less
| * | Adding SCSS settingsRobin Poort2016-05-112-14/+33
| | | | | | | | | | | | | | | | | | - Added setting to be able to disable the border-box if you already defined that in your own css - Added setting to be able to disable touch-action if you already defined that in your own css - Added setting to choose not to use !important for sr-only class
| * | Adding LESS settingsRobin Poort2016-05-112-15/+35
| |/ | | | | | | | | | | - Added setting to be able to disable the border-box if you already defined that in your own css - Added setting to be able to disable touch-action if you already defined that in your own css - Added setting to choose not to use !important for sr-only class
| * Version bumpSam Potts2016-05-111-1/+1
| |
| * Fix for #206Sam Potts2016-05-112-0/+2
| |
* | Merge branch 'master' into developSam Potts2016-05-102-0/+4
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less
| * Fix broken progress bar styling IE10Robin Poort2016-05-091-0/+1
| |
| * Fix broken progress bar styling IE10Robin Poort2016-05-091-0/+1
| |
* | Restore simplicity to LESS file structureSam Potts2016-05-1018-654/+646
| |
* | Merge branch 'master' into developSam Potts2016-05-091-7/+3
|\| | | | | | | | | # Conflicts: # src/less/plyr.less
| * Removing duplicate selectorsRobin Poort2016-05-061-7/+3
| |