hugo-theme-stack/layouts/shortcodes/tencent.html
wood 82e642c751 - 新增腾讯视频的支持
- 支持通过frontmatter配置在文章中插入音频
2021-01-10 16:36:48 +08:00

13 lines
422 B
HTML

{{ $vid := (.Get 0) }}
<div style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%;">
<iframe src="http://v.qq.com/iframe/player.html?vid={{ $vid }}&auto=0"
scrolling="no"
frameborder="no"
framespacing="0"
allowfullscreen="true"
style="position: absolute; width: 100%; height: 100%; padding: 20px;"
>
</iframe>
</div>