Video.html 292 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}">
    <video src="${url}" controls="controls" controlsList="nodownload" width="${width}" {@if autoplay == true}autoplay="autoplay" {@/if} {@if loop == true}loop="loop"{@/if}>
        您的浏览器不支持 video 标签。
    </video>
</div>