<view style="width:100%;height:400rpx;">
<channel-video feed-id="{{feedId}}" finder-user-name="{{feedName}}"
object-fit="cover"
orientation="horizontal"
autoplay="{{true}}"
bindplay="onVideoPlay"
binderror="onVideoError"
style="width: 100%;height:100%;">
</channel-video>
</view>
以上显示视频号为什么内容没适配

同主体视频号
全部尝试切换
object-fit值为fill(拉伸填充)或contain(保持比例)对比效果都不行视频能播放,就是尺寸不对