叉息的空中咖啡馆

叉息的空中咖啡馆

马上订阅 叉息的空中咖啡馆 RSS 更新: https://www.xchere.fun/atom.xml

博客嵌入B站视频代码格式示例

2025年2月23日 15:10

整理了一份自用iframe嵌入B站视频

1
<iframe src="//player.bilibili.com/player.html?isOutside=true&bvid=BV1d9B7Y5ECd&page=1&high_quality=1&danmaku=0&autoplay=0" allowfullscreen="allowfullscreen" width="100%" height="500" scrolling="no" frameborder="0" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>

效果:自适应页面,不显示弹幕,不自动播放,禁用跳转到B站(如需启用请删除sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"

使用时只需修改BVID即可

效果如下: