Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在带有 mediaelement.js 的 wordpress 站点中,仅用于沿页面播放音频文件,我需要覆盖键盘的上/下,因为它会在单击播放按钮后滚动页面时更改音量上/下,有人知道吗?或提示如何覆盖此键盘。
提前感谢您的帮助。
米格尔
将enableKeyboard控件的属性设置为 false;
enableKeyboard
$('myMediaElement').mediaelementplayer({ //other properties... enableKeyboard: false });