Automatic Vimeo aspect ratio

This commit is contained in:
Sam Potts
2017-11-06 22:00:00 +11:00
parent 2497e25b3c
commit 84505da84b
7 changed files with 33 additions and 12 deletions

View File

@ -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);