Automatic Vimeo aspect ratio
This commit is contained in:
@ -176,7 +176,6 @@ const listeners = {
|
||||
|
||||
// Keyboard shortcuts
|
||||
if (this.config.keyboard.global) {
|
||||
this.warn('bound');
|
||||
utils.on(window, 'keydown keyup', handleKey, false);
|
||||
} else if (this.config.keyboard.focused) {
|
||||
utils.on(this.elements.container, 'keydown keyup', handleKey, false);
|
||||
|
Reference in New Issue
Block a user