hugo-theme-stack-stars/layouts/shortcodes/tencent.html

10 lines
286 B
HTML
Raw Normal View History

{{ $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>