gpt4 book ai didi

html - 全宽背景视频作为 IE 中的横幅?

转载 作者:行者123 更新时间:2023-11-27 23:11:36 25 4
gpt4 key购买 nike

到目前为止,这是我的代码...

.video-box{
position: absolute;
top: 0;
left: 0;
z-index: 1;
min-height: 100%;
min-width: 100%;
-webkit-transform-style: preserve-3d;

}
.video-box video{
position: absolute;
top: 0;
left: 0;
z-index: 1;
min-height: 100%;
min-width: 100%;
height: auto;
width: 100%;
object-fit: cover;
}
  <div class="video-box">
<video autoplay muted loop>
<source src="../videos/spark.mp4" type="video/mp4">
</video>
</div>
我想做的是:

我想添加一个背景视频作为横幅,它在 chrome 和 Firefox 中支持,但在 Internet Explorer 中不支持?如何做到这一点?

最佳答案

您需要使用哪个 IE 版本?

尝试添加<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>到您的 HTML 文件 <head>部分。

关于html - 全宽背景视频作为 IE 中的横幅?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58480105/

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