716 Commits

Author SHA1 Message Date
Sam
351e1540c5 Version bump v1.6.16 2016-05-23 22:33:16 +01:00
Sam
b3299b4641 Fix for Tooltips overflowing (fixes #230) 2016-05-23 22:29:20 +01:00
Sam
be2e7d4c99 Always hide standard controls (Fixes #225) 2016-05-23 21:19:53 +01:00
Sam
7238eab737 Merge branch 'master' of https://github.com/Selz/plyr v1.6.15 2016-05-23 21:11:54 +01:00
Sam
3c2921b994 Restore scroll position when exiting fullscreen (fixes #236) 2016-05-23 21:11:43 +01:00
Sam Potts
179c6fca0b Update readme.md 2016-05-23 19:21:43 +01:00
Sam
69194915d4 Sprite loading improvements, touch controls
- SVG sprite loading automatically for an easier setup
- Touch devices now show controls on touch rather than pausing playback
v1.6.14
2016-05-23 19:16:48 +01:00
Aditya Agarwal
341fd59cf6 Update readme.md 2016-05-23 21:34:57 +05:30
Aditya Agarwal
a6c8b7e506 Update readme.md
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.
2016-05-22 16:36:30 +05:30
Sam Potts
98e4c5acea Decreased sensitivity and inverted scroll on volume slider (scroll up to increase, down to decrease) v1.6.13 2016-05-19 12:06:51 +10:00
Sam Potts
1496b21c83 Version bump v1.6.12 2016-05-19 11:59:52 +10:00
Sam Potts
ac0061b83e Bug fix for no buffer 2016-05-19 11:56:24 +10:00
Sam Potts
0b7dc51bd1 Merge branch 'master' into develop
# Conflicts:
#	dist/plyr.css
#	dist/plyr.js
2016-05-19 11:32:14 +10:00
Sam Potts
126f80ed78 Reverted LESS structure for now 2016-05-19 11:31:27 +10:00
Sam Potts
e0ef7482c6 Merge pull request #227 from igoradamenko/scroll-on-volume-slider
Add scroll listener on volume slider
2016-05-19 10:43:22 +10:00
i.adamenko
6ffb971226 Add scroll listener on volume slider 2016-05-19 02:11:41 +03:00
Sam Potts
72187a89dd Update readme.md 2016-05-19 08:47:42 +10:00
Sam Potts
a461500ab9 Update readme.md 2016-05-17 12:38:52 +10:00
Sam Potts
c830af492c Merge pull request #216 from IonicaBizauKitchen/fix
Removed "Node Package Manager" in readme.md
2016-05-17 08:30:25 +10:00
Ionică Bizău
1f6f841fcb Removed "Node Package Manager" in readme.md
`npm` does not stand for "Node Package Manager" because `npm` is not an acronym. It is a bacronymic abbreviation for "npm is not an acronym".

https://www.quora.com/I-keep-hearing-NPM-doesnt-stand-for-Node-Package-Manager-what-does-it-stand-for
2016-05-16 17:59:37 +03:00
Sam Potts
99960c0dc5 Fix for Vimeo fullscreen (fixes #214) v1.6.11 2016-05-16 12:28:28 +10:00
Sam Potts
e8a8b08215 Merge branch 'master' of https://github.com/Selz/plyr v1.6.10 2016-05-16 12:15:15 +10:00
Sam Potts
a989e87a2d Changed icon prefix default to avoid clashes 2016-05-16 12:15:09 +10:00
Sam
0bceeb4674 Merge branch 'master' of https://github.com/Selz/plyr
# Conflicts:
#	dist/plyr.css
#	src/less/variables.less
2016-05-15 19:54:03 +10:00
Sam
5a433f2fc8 Remove unused styles 2016-05-15 19:52:55 +10:00
Sam Potts
c86b824a04 Comment 2016-05-15 18:59:13 +10:00
Sam Potts
21c2276359 Build changes, sprite.svg => plyr.svg v1.6.9 2016-05-15 18:57:21 +10:00
Sam Potts
602944ea4f Fix for bug in v1.6.7 v1.6.8 2016-05-14 09:18:04 +10:00
Sam Potts
f4a9ffcec7 Merge branch 'master' of https://github.com/Selz/plyr v1.6.7 2016-05-14 08:57:07 +10:00
Sam Potts
d2e9c61fd7 iOS bug fixes (fixes #213) 2016-05-14 08:56:59 +10:00
Sam Potts
c8cd051a00 Update readme.md 2016-05-14 01:09:20 +10:00
Sam Potts
448c070898 Merge branch 'master' of https://github.com/Selz/plyr
# Conflicts:
#	dist/plyr.css
v1.6.6
2016-05-14 00:48:56 +10:00
Sam Potts
7f624ebbb7 Icon tweaks, IE button fix 2016-05-14 00:48:21 +10:00
Sam
4a69ef3874 Merge branch 'master' into develop
# Conflicts:
#	dist/plyr.css
#	src/less/plyr.less
2016-05-11 22:47:27 +10:00
Sam Potts
31c933af38 Merge pull request #209 from robinpoort/master
Add CSS settings
2016-05-11 22:39:54 +10:00
Robin Poort
00137fe46b Compile css file 2016-05-11 13:46:47 +02:00
Robin Poort
b23a16826e Adding SCSS settings
- 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
2016-05-11 13:46:40 +02:00
Robin Poort
2a822d7b45 Adding LESS settings
- 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
2016-05-11 13:46:19 +02:00
Sam Potts
cc5b363d66 Version bump v1.6.5 2016-05-11 10:18:34 +10:00
Sam Potts
7e53f01d44 Fix for #206 2016-05-11 10:17:28 +10:00
Sam Potts
d351f9f172 Merge branch 'master' into develop
# Conflicts:
#	dist/plyr.css
#	src/less/plyr.less
2016-05-10 10:01:29 +10:00
Sam Potts
4d67d68c6b Built CSS 2016-05-10 09:35:45 +10:00
Sam Potts
3f20462943 Restore simplicity to LESS file structure 2016-05-10 09:35:19 +10:00
Sam Potts
ab26525f09 Merge pull request #204 from robinpoort/master
Broken progress bar styling IE10
2016-05-10 09:17:09 +10:00
Robin Poort
e431d7594b Fix broken progress bar styling IE10 2016-05-09 17:47:10 +02:00
Robin Poort
8b75bec3d2 Fix broken progress bar styling IE10 2016-05-09 17:40:14 +02:00
Robin Poort
1a5e56ed46 Fix broken progress bar styling IE10 2016-05-09 17:39:36 +02:00
Sam Potts
3470d5f5e6 Merge branch 'master' into develop
# Conflicts:
#	src/less/plyr.less
2016-05-09 19:11:57 +10:00
Sam Potts
9ff933e532 Merge pull request #202 from robinpoort/master
Removing duplicate selectors
2016-05-09 19:09:23 +10:00
Robin Poort
299dfe4afe Removing duplicate selectors 2016-05-06 12:37:18 +02:00