HTML5 mediaelementjs 水平音量滑块

发布于 2024-12-13 02:13:54 字数 258 浏览 0 评论 0原文

我正在使用 HTML5 mediaelementjs。它有垂直的音量滑块。有没有办法将其设置为水平?

似乎由此产生了问题:

https://github.com/johndyer/mediaelement/issues/ 197

问题已解决还是仍悬而未决?有人有幸以水平方式设置音量滑块吗?

I am using HTML5 mediaelementjs. It has volume slider going vertical. Is there anyway to set it to horizontal?

There seems to be issue created with this:

https://github.com/johndyer/mediaelement/issues/197

Is the issue resolved or still pending? Anybody had any luck setting volume slider in horizontal manner?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鱼忆七猫命九 2024-12-20 02:13:54

有趣的问题贾古;这是一些可能有用的代码:

 $.extend(mejs.MepDefaults, {
    muteText: 'Mute Toggle',
    hideVolumeOnTouchDevices: true,

    audioVolume: 'horizontal',
    videoVolume: 'vertical'
});

希望有帮助

Interesting Question Jaggu; This is some code that might be helpful:

 $.extend(mejs.MepDefaults, {
    muteText: 'Mute Toggle',
    hideVolumeOnTouchDevices: true,

    audioVolume: 'horizontal',
    videoVolume: 'vertical'
});

Hope that helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文