gpt4 book ai didi

html - 宽度为 : 100% and custom height: 的视频

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

我试图将我的视频设置为 100% 宽度而不是 100% 高度,我需要设置一个自定义高度。

我的 HTML:

<div id="video-player">
<video width="1905px" height="800" autoplay >
<source src="video/earth.mp4" type="video/mp4">
</video>
</div>

我的 CSS:

video {
width: 1905px !important;
height: 800px !important;

}

它设置了 100% 的宽度,但它也设置了 100% 的高度,超过了我需要的高度。

有什么解决办法吗?

最佳答案

video {
width: 100%;
height: auto;
}

关于html - 宽度为 : 100% and custom height: 的视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22647885/

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