hugo-theme-stack/layouts/shortcodes/tencent.html
2021-03-07 12:48:03 +01:00

10 lines
286 B
HTML

{{ $vid := .Get 0 }}
<div class="video-wrapper">
<iframe src="http://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
scrolling="no"
frameborder="no"
framespacing="0"
allowfullscreen="true"
>
</iframe>
</div>