Skip to content

Commit

Permalink
Update bili.html (#1116)
Browse files Browse the repository at this point in the history
停止视频页自动播放
  • Loading branch information
LingrenKong authored Oct 15, 2023
1 parent d71fe34 commit 023056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/bili.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br>
<iframe src="//player.bilibili.com/player.html?bvid={{ .Get 0 }}&page={{ if .Get 1 }}{{.Get 1}}{{ else }}1{{end}}"
<iframe src="//player.bilibili.com/player.html?bvid={{ .Get 0 }}&page={{ if .Get 1 }}{{.Get 1}}{{ else }}1{{end}}&autoplay=0"
scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="100%" height="600">
</iframe>
<br>

0 comments on commit 023056f

Please sign in to comment.