mediaelement.js - Disable the up/down keys to control the volume -


in wordpress site mediaelement.js playing audio files along pages, need override up/down keyboard changes volume up/down when scrolling page after clicking play button, 1 know or have hint how override keyboard.

thank's in advance helping.

miguel

set enablekeyboard property of control false;

$('mymediaelement').mediaelementplayer({     //other properties...     enablekeyboard: false }); 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -