gpt4 book ai didi

javascript - 无法增加视频元素宽度

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

所以我有这样的案例

enter image description here

如您所见,视频并未填满元素的整个宽度。

这是我的 html 的样子 -

<div class="webcam"/>
<div class="control-container">
</div>

视频元素是通过使用 javascript 网络摄像头库创建的 -

https://github.com/jhuckaby/webcamjs

var that = this;
Webcam.set({
width: this.options.width,
height: that.options.height,
image_format: 'jpeg',
jpeg_quality: 100,
force_flash: false
});
Webcam.attach('.webcam');

这是视频元素的样子

enter image description here

现在宽高分别是562和344,也是包含元素的宽高。我试图让这些变大,但结果是空白变大,而不是实际的实时查看器。

我该怎么办?

最佳答案

尝试使用这段代码

.webcam {
width: 100% !important;
height: auto !important;
}

关于javascript - 无法增加视频元素宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23376653/

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