【m】保证视频比例

This commit is contained in:
zhangzheng
2026-03-12 15:38:40 +08:00
parent 30f16592b4
commit eb041af507
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@
<!-- [FALLBACK: remoteUser.avatar] [TYPE: string] [URL] -->
<video id="remoteVideo"
alt="对方视频"
class="w-full h-full object-cover"
class="w-full h-full object-contain"
autoplay
data-field="remoteUser.videoStream">
</video>