Update plyr.js
This commit is contained in:
parent
3f548444ef
commit
2f2240d271
|
@ -45,7 +45,7 @@
|
|||
iconPrefix: 'plyr',
|
||||
iconUrl: 'https://f0ck.me/s/plyr.svg',
|
||||
clickToPlay: true,
|
||||
hideControls: false,
|
||||
hideControls: true,
|
||||
showPosterOnEnd: false,
|
||||
disableContextMenu: true,
|
||||
keyboardShorcuts: {
|
||||
|
@ -2606,7 +2606,7 @@
|
|||
|
||||
// Delay hiding on move events
|
||||
if (_inArray(['mousemove', 'touchmove'], toggle.type)) {
|
||||
delay = 2000;
|
||||
delay = 200;
|
||||
}
|
||||
|
||||
// Delay a little more for keyboard users
|
||||
|
|
Loading…
Reference in New Issue
Block a user