MitseaBlog/themes/hugo-theme-stack/layouts/shortcodes/tencent.html

10 lines
287 B
HTML
Raw Normal View History

2022-10-11 17:34:41 +08:00
{{ $vid := .Get 0 }}
<div class="video-wrapper">
<iframe src="https://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
scrolling="no"
frameborder="no"
framespacing="0"
allowfullscreen="true"
>
</iframe>
</div>