gpt4 book ai didi

css - 我怎样才能做背景视频宽度 100% 和高度 100vh

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

我想做背景视频。并且宽度必须是 100vw。高度也是100vh。高度可以切割,但不能变形。视频必须保存自己的比例。

最佳答案

您可以创建一个 <video>元素并设置 min-widthmin-height属性为 100%。

例子:

#video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
<video id="video">
<source src="myVideo.mp4" type="video/mp4">
</video>

关于css - 我怎样才能做背景视频宽度 100% 和高度 100vh,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48598761/

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