aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1653 from thatrobotdev/patch-2Sam Potts2020-01-221-1/+1
|\ | | | | Patch 2
| * Change vimeo demo videoJames Kerrane2020-01-211-1/+1
| | | | | | Change vimeo video to a more general video, fix #1626.
* | Merge pull request #1654 from thatrobotdev/patch-3Sam Potts2020-01-221-1/+1
|\ \ | | | | | | Fix broken link to new plugin
| * | Fix broken link to new pluginJames Kerrane2020-01-211-1/+1
| |/ | | | | Fix broken link, and update to an active project replacement https://github.com/chintan9/plyr-react.
* | Merge pull request #1655 from laukstein/patch-1Sam Potts2020-01-222-1/+2
|\ \ | | | | | | Uncaught RangeError: Maximum call stack size exceeded
| * | Uncaught RangeError: Maximum call stack size exceededBinyamin Laukstein2020-01-221-1/+1
| |/ | | | | Fix formatTime infinite loop #1621
| * Merge pull request #1535 from skerbis/masterSam Potts2020-01-131-0/+1
| |\ | | | | | | adds: REDAXO CMS Plyr AddOn
| | * Update readme.mdThomas Skerbis2019-08-151-0/+1
| | |
| | * Update readme.mdThomas Skerbis2019-08-151-1/+1
| | |
* | | Fix referenceSam Potts2020-01-211-17/+22
| | |
* | | Presentation fixesSam Potts2020-01-213-6/+4
| | |
* | | HTML5 poster fixes for multiple downloadsSam Potts2020-01-213-4/+12
| | |
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-212-8/+24
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # src/sass/components/video.scss
| * \ \ Merge pull request #1651 from shravan2x/developSam Potts2020-01-213-8/+25
| |\ \ \ | | | | | | | | | | Fixed Plyr container not resizing responsively
| | * | | Fixed Plyr container not resizing responsivelyShravan Rajinikanth2020-01-193-8/+25
| |/ / /
* | | | Fix issue with browser sync previewSam Potts2020-01-141-0/+1
| | | |
* | | | Fix issues with fixed ratios and 100% height/widthSam Potts2020-01-143-2/+5
|/ / /
* | | Fix buildSam Potts2020-01-141-1/+1
| | |
* | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-140-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/controls.js # src/sass/components/volume.scss
| * \ \ Merge pull request #1629 from sumanbh/ios-show-volumeSam Potts2020-01-142-8/+1
| |\ \ \ | | | | | | | | | | IOS - Fix being unable to unmute auto-played videos
| | * | | fix being unable to unmute autoplayed video on IOSSuman Bhattarai2019-12-032-8/+1
| | | | |
* | | | | Remove logic to hide/show volume controls based on audio trackSam Potts2020-01-141-7/+0
| | | | |
* | | | | Manually merge PR #1629Sam Potts2020-01-143-24/+6
|/ / / /
* | | | Manually merged PR #1607Sam Potts2020-01-142-30/+42
| | | |
* | | | Fix browser sync vs watch issuesSam Potts2020-01-141-16/+23
| | | |
* | | | Fix linting issuesSam Potts2020-01-131-3/+3
| | | |
* | | | Merge pull request #1484 from MaxGiting/patch-1Sam Potts2020-01-131-10/+10
|\ \ \ \ | | | | | | | | | | Improve clarity
| * | | | Improve clarityMaxGiting2019-07-011-10/+10
| | | | |
* | | | | Merge pull request #1505 from nskazki/detach-event-listeners-on-destroySam Potts2020-01-131-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Detach event listeners on destroy
| * | | | | Detach event listeners on destroynskazki2019-07-191-5/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there. later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners.
* | | | | Merge pull request #1521 from ondratra/developSam Potts2020-01-132-0/+561
|\ \ \ \ \ | | | | | | | | | | | | typescript typings
| * | | | | typescript typingsondratra2019-08-072-0/+561
| |/ / / /
* | | | | Merge pull request #1516 from azizhk/toggle_return_promsieSam Potts2020-01-131-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Toggle also returns promise
| * | | | | Toggle also returns promiseAziz Khambati2019-07-301-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1552 from SoftCreatR/patch-2Sam Potts2020-01-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix ads configuration
| * | | | | Fixed ads configurationSascha Greuel2019-08-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1560 from 0xflotus/developSam Potts2020-01-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update readme.md
| * | | | | Update readme.md0xflotus2019-09-011-1/+1
| |/ / / /
* | | | | Comment clean upSam Potts2020-01-131-2/+3
| | | | |
* | | | | Merge pull request #1570 from felipedeboni/ie11-resetonend-fixSam Potts2020-01-131-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Prevents IE11 with resetOnEnd option set to true to play video again
| * | | | | Prevents IE11 with resetOnEnd option set to true to play video againFelipe K. De Boni2019-09-161-0/+2
| |/ / / /
* | | | | Fix linting issuesSam Potts2020-01-132-7/+2
| | | | |
* | | | | Merge branch 'master' into developSam Potts2020-01-132-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1579 from taion/fix-listener-returnSam Potts2020-01-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | fix: Fix handling listener return value
| | * | | | fix: Fix handling listener return valueJimmy Jia2019-09-251-1/+1
| | |/ / /
| * | | | Merge pull request #1630 from pjbaert/patch-1Sam Potts2020-01-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | Typo in readme
| | * | | | Typo in readmePieter-Jan Baert2019-12-061-1/+1
| | | |_|/ | | |/| |
* | | | | Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2020-01-135-1/+21
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1565 from lmislm/patch-1Sam Potts2020-01-131-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Update defaults.js
| | * | | | | Update defaults.jsBaskerville*2019-09-061-0/+1
| | | |_|_|/ | | |/| | | | | | | | | update defaults.i18n