Skip to content

shortcodes如何禁止自动播放 #1167

Closed Answered by thesixonenine
thesixonenine asked this question in Q&A
Discussion options

You must be logged in to vote

我尝试直接用html,在链接上增加参数autoplay=0即可禁止自动播放

自动播放

{{< bilibili BV1dxT6zGESE >}}

不自动播放

<div class="video-wrapper">
<iframe src='https://player.bilibili.com/player.html?as_wide=1&high_quality=1&page=1&bvid=BV1dxT6zGESE&autoplay=0' scrolling='no' frameborder='no' framespacing='0' allowfullscreen='true'></iframe>
</div>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thesixonenine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant