在hexo博客中添加视频

使用外链添加

代码如下:不作解释

1
2
3
4
5
6
7
{% raw %}
<div align="center" style="position: relative; width: 700px; height: 508px; margin:0 auto">
<iframe src="https://player.bilibili.com/player.html?aid=36432934&cid=63965248&page=1"
scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"
style="position:absolute; width: 100%; height: 100%; left: 0; top: 0%;"> </iframe>
</div>
{% endraw %}