Skip to content

Commit

Permalink
fix bilibili video autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Apr 2, 2024
1 parent 9257022 commit ee998af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/Recording-the-Good-Life-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ date: 2024-04-02 19:01:33
这里贴一个 B 站很好的解说视频,虽然有些小细节没有讲解,但是寓意和故事的解读都很到位。

<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
<iframe src="//player.bilibili.com/player.html?bvid=BV1mx4y1D75N" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 5px"> </iframe>
<iframe src="//player.bilibili.com/player.html?bvid=BV1mx4y1D75N&autoplay=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 5px"> </iframe>
</div>

<br>
Expand Down

0 comments on commit ee998af

Please sign in to comment.