Hexo使用 hexo-tag-dplayer 播放视频

使用效果


如何使用?

设置样式居中

1
2
3
4
5
6
7
<style type="text/css">
.dplayer-video-container {
max-width: 800px;
margin: 0 auto;
margin-top: -1rem;
}
</style>

使用标签

1
2
3
4
5
6
<div class="dplayer-video-container">
{%
dplayer "url=/resources/video/火星人来过.mp4" "pic=/resources/video/火星人来过.jpg"
"loop=yes" "theme=#FADFA3" "autoplay=false"
%}
<div>

相关链接

  1. hexo-tag-dplayer官方文档:https://github.com/MoePlayer/hexo-tag-dplayer
  2. Dplayer官方文档: http://dplayer.js.org/#/zh-Hans/
文章目录
  1. 1. 使用效果
  2. 2. 如何使用?
    1. 2.1. 设置样式居中
    2. 2.2. 使用标签
  3. 3. 相关链接
| 45.9k | |