You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
553 B
1 lines
553 B
<view class="video-box" style="{{'padding-bottom:'+(number)+';'}}"><video class="my-video" object-fit="fill" preload="meta" src="{{url}}" autoplay="true" controls="{{true}}" data-event-opts="{{[['play',[['play',['$event']]]],['pause',[['pause',['$event']]]],['ended',[['ended',['$event']]]],['waiting',[['waitingCallback',['$event']]]],['error',[['errorCallback',['$event']]]],['loadedmetadata',[['loadedmetadata',['$event']]]]]}}" bindplay="__e" bindpause="__e" bindended="__e" bindwaiting="__e" binderror="__e" bindloadedmetadata="__e"></video></view> |