把你后台的mp4编辑器代码修改为:
- <div align="center"><video width="854" controls style="max-width:100%" allowfullscreen controls="controls" poster ="{1}" > <source src="{2}" type="video/mp4" /> <source src="{2}" type="video/ogg" /> 您的浏览器不支持HTML5视频。 <div id="poster" class="poster" /> <img class="poster" /> </div> <style> /* 图片尺寸 */ .poster img { width: 100% !important; height: 100% !important; object-fit: cover; } </style></video></div>
复制代码
参数个数: 2
参数提示语:
封面路径
视频路径 |