WeChat Mini Programs video component using poster to set the cover image has no effect?

The poster attribute used by

is gone in a flash on the development tool.

<video id="myVideo" src="{{item.video}}" controls poster="{{item.img}}"></video>

how to solve this problem?

Sep.27,2021

the default value of controls is false,. Try setting true

.

Media component-Mini Program

clipboard.png...]


clipboard.png

my side defaults to true and does not display

Menu