10 lines
287 B
HTML
10 lines
287 B
HTML
{{ $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> |