gpt4 book ai didi

javascript - Mediaelement 播放列表错误

转载 作者:行者123 更新时间:2023-11-28 03:28:36 33 4
gpt4 key购买 nike

我的 mediaelement 播放列表有问题,mediaelement 可以自动调整高度值吗?

我使用 mediaelement 播放器(版本 2.20.1)和 mediaelement 播放列表(Link),我遇到了这个问题:当我打开播放列表时,播放器的高度值无法自动调整,这个问题会覆盖我的页脚...更新

解决了!

最佳答案

我找到了修复它的地方:
使用js

jQuery(".mejs-hide-playlist, .mejs-show-playlist").click(function () {
if (jQuery(".mejs-playlist").is(":visible")) {
jQuery('#footer').css('margin-top', jQuery(".mejs-playlist").height() + 20);
}
else {
jQuery('#footer').css('margin-top', 0);
}
});
jQuery('#footer').css('margin-top', jQuery(".mejs-playlist").height() + 20);

关于javascript - Mediaelement 播放列表错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44859799/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com