Commit d757e722 by 李嘉林

视频组件设置填充方式

parent d5c9676b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
autoplay="{{datas.componentData['autoPlay']}}" autoplay="{{datas.componentData['autoPlay']}}"
controls="{{datas.componentData['nativeControl']}}" controls="{{datas.componentData['nativeControl']}}"
loop="{{datas.componentData['loopPlay']}}" loop="{{datas.componentData['loopPlay']}}"
poster="{{datas.componentData['poster']}}" object-fit="cover"
> >
<image wx:if="{{!firstPlay}}" src="{{datas.componentData['poster']}}" mode="widthFix"></image> <image wx:if="{{!firstPlay}}" src="{{datas.componentData['poster']}}" mode="widthFix"></image>
</video> </video>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment