gpt4 book ai didi

html - 如何为半页制作全屏html背景视频?

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

如何制作半页的html背景视频?

.video {
position: fixed; no-repeat;
top: 50%; left: 50%;
z-index:-1000;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
}

我将这段代码用于完整的背景视频,但我只想用于标题部分。

最佳答案

尝试将高度值更改为 50% 并删除 top:50% :

{
position: fixed; no-repeat;
left: 50%;
z-index:-1000;
min-width: 100%;
min-height: 100%;
width: auto;
height: 50%;
transform: translate(-50%, -50%);
}

关于html - 如何为半页制作全屏html背景视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43401119/

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