通过 html 显示的嵌入视频
我正在开发的网站有一个带有下拉菜单的菜单,该菜单始终位于顶部并且内容可以滚动。
有些内容是来自各种来源的嵌入视频,显示在顶部导航上方。 对于 youtube,我们通过添加额外参数来找到解决方案: 解决了这个问题,但这是否是通用的解决方案?
Site which I am developing has a menu with drop downs, which is always on top and content is scrollable.
Some of content are embeded video from various sources, which appears over top navigation.
For youtube, we find solution by adding extra parameter:<param name="wmode" value="opaque" />
which resolve this issue, but is it general solution or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎向嵌入标签添加属性和此参数有帮助:)。因此,我需要添加以下更改来解决问题:
It seems that adding attribute to embeded tag and this parameter helps :). So, I need to add following changes to fix issue: