1. 描述
This plugin helps you to include Video tag in your html5 pages.
2. 插件地址
https://www.npmjs.com/package/gitbook-plugin-html5-video
3. 插件引用
{
"plugins": ["html5-video"]
}
4. 引用方法
{% video %} http://video.xdua.com/sleepwork/sleepwork/c8d9c7c5d9d12580322c43ac4de76616.mp4 {% endvideo %}
{% video width="740", height="350" %}http://video.xdua.com/sleepwork/c8d9c7c5d9d12580322c43ac4de76616.mp4{% endvideo %}
{% video width="740", height="350", loop="loop", controls="controls" %}http://video.xdua.com/sleepwork/c8d9c7c5d9d12580322c43ac4de76616.mp4{% endvideo %}
效果