aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Add kirby-plyrtagDominik Pschenitschni2016-07-141-0/+3
| | |/ | | | | | | Added a Kirby cms kirbytag https://getkirby.com/
| * / Clean up of type checks and fix for _restart() (Fixes #315)Sam Potts2016-07-212-38/+60
| |/
| * Fix for MEDIA_ERR_SRC_NOT_SUPPORTED when calling .source() API methodSam Potts2016-07-142-5/+4
| |
| * Version bumpSam Potts2016-07-104-6/+10
| |
| * Added getCurrentTime API method (fixes #292)Sam Potts2016-07-103-2/+8
| |
| * Fix for !hideControls on touch devices (fixes #303)Sam Potts2016-07-102-4/+4
| |
| * Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-07-101-5/+5
| |\
| | * Update readme.mdSam Potts2016-06-291-1/+3
| | |
| | * Update readme.mdSam Potts2016-06-261-4/+2
| | |
| * | Styling minor tweaksSam Potts2016-07-109-168/+164
| |/
| * Line height fixSam Potts2016-06-268-10/+11
| |
| * Reverted font size changeSam Potts2016-06-266-9/+12
| |
| * Built JSSam Potts2016-06-261-1/+1
| |
| * Fixed overflow issues (fixes #286)Sam Potts2016-06-2610-21/+24
| |
| * Version bumpSam Potts2016-06-256-8/+11
| |
| * 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-2510-247/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-2535-332/+587
| |\| | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less # src/scss/plyr.scss
| | * Merge pull request #275 from wilsonmsalberto/masterSam Potts2016-06-131-1/+1
| | |\ | | | | | | | | Prevent error when verifying if play buttons exist
| | | * Prevent error when verifying if play buttons existWilson Alberto2016-06-131-1/+1
| | |/
| | * Fixed event bubblingSam2016-06-097-13/+20
| | |
| | * Fixed log messageSam2016-06-095-8/+16
| | |
| | * Merge branch 'master' of https://github.com/Selz/plyrSam2016-06-091-1/+1
| | |\
| | | * Merge pull request #271 from thegrammarnazi/patch-3Sam Potts2016-06-091-1/+1
| | | |\ | | | | | | | | | | correct grammar
| | | | * correct grammarGrammar Nazi2016-06-091-1/+1
| | | |/
| | * / Changes to setup return value, SVG bug fix (fixes #269)Sam2016-06-097-72/+118
| | |/
| | * Merge branch 'master' of https://github.com/Selz/plyrSam2016-06-071-2/+2
| | |\
| | | * Merge pull request #260 from cytec/fix-control-icon-sizeSam Potts2016-06-021-2/+2
| | | |\ | | | | | | | | | | use $plyr-control-icon-size in sass file
| | | | * use $plyr-control-icon-size in sass filecytec2016-06-021-2/+2
| | | |/
| | * / See changelog (fixes #265, #253, #257)Sam2016-06-0732-171/+199
| | |/
| | * Version bumpSam2016-06-022-7/+7
| | |
| | * Fix for multiple sprites being requested (fixes #259)Sam2016-06-024-6/+17
| | |
| | * Fix for scroll direction on volume (fixes #258)Sam2016-06-018-19/+33
| | |
| | * Seek rounding from 1 to 4 decimal places (fixes #242)Sam2016-05-306-12/+15
| | |
| | * Update readme.mdSam Potts2016-05-271-1/+7
| | |
| | * Merge branch 'master' of https://github.com/Selz/plyrSam2016-05-264-5/+8
| | |\
| | | * Merge pull request #246 from zvizvi/masterSam Potts2016-05-263-1/+3
| | | |\ | | | | | | | | | | FIx Plyr to work with RTL systems
| | | | * FIx Plyr to work with RTL systemsTzvi2016-05-261-1/+1
| | | | |
| | | | * FIx Plyr to work with RTL systemsTzvi2016-05-261-0/+1
| | | | | | | | | | | | | | | (less)
| | | | * FIx Plyr to work with RTL systemsTzvi2016-05-261-0/+1
| | | |/ | | | | | | | | (scss)
| | | * Merge pull request #237 from itaditya/masterSam Potts2016-05-251-1/+2
| | | |\ | | | | | | | | | | Update readme.md
| | | | * Update readme.mdAditya Agarwal2016-05-231-1/+1
| | | | |
| | | | * Update readme.mdAditya Agarwal2016-05-221-1/+2
| | | | | | | | | | | | | | | thang was a less common word , keeping it simple by using 'thing' is I think good , also there were SASS support so why not add that too.
| | | * | Merge pull request #244 from thijstriemstra/patch-1Sam Potts2016-05-251-1/+1
| | | |\ \ | | | | | | | | | | | | reference unminified js script
| | | | * | reference unminified js scriptThijs Triemstra2016-05-251-1/+1
| | | |/ / | | | | | | | | | | Reading the minified js script is impossible so reference the source version instead.
| | | * | Merge pull request #241 from rabbitears/patch-1Sam Potts2016-05-241-2/+2
| | | |\ \ | | | | | | | | | | | | Fix typo
| | | | * | Fix typolouise louise2016-05-241-2/+2
| | | |/ /
| | * / / Added `disableContextMenu` option to hide the right click context menu ↵Sam2016-05-265-31/+46
| | |/ / | | | | | | | | | | | | (fixes #248 and #225)