shortcodes如何禁止自动播放 #1167
-
我尝试了以下方案但报错了 got named parameter 'autoplay'. Cannot mix named and positional parameters |
Beta Was this translation helpful? Give feedback.
Answered by
thesixonenine
Jul 16, 2025
Replies: 1 comment
-
我尝试直接用html,在链接上增加参数 自动播放
不自动播放 <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> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thesixonenine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我尝试直接用html,在链接上增加参数
autoplay=0
即可禁止自动播放自动播放
不自动播放