iframe嵌入BiliBili视频方法B站视频外链
目录
注意
本文最后更新于 2024-05-08,文中内容可能已过时。
地址参数
&high_quality=1 (1=最高画质 0=最低画质)
&danmaku=0 (1=打开弹幕 0=关闭弹幕)
iframe 参数
allowfullscreen="true" # 移动端全屏
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts" # 禁止弹出网页
属性 | 值 | 描述 |
---|---|---|
align | left right top middle bottom | 不赞成使用。请使用样式代替。规定如何根据周围的元素来对齐此框架。 |
frameborder | 10 | 规定是否显示框架周围的边框。 |
height | pixels% | 规定 iframe 的高度。 |
longdesc | URL | 规定一个页面,该页面包含了有关 iframe 的较长描述。 |
marginheight | pixels | 定义 iframe 的顶部和底部的边距。 |
marginwidth | pixels | 定义 iframe 的左侧和右侧的边距。 |
name | frame_name | 规定 iframe 的名称。 |
scrolling | yes no auto | 规定是否在 iframe 中显示滚动条。 |
seamless | seamless | 规定iframe看上去像是包含文档的一部分。 |
src | URL | 规定在 iframe 中显示的文档的 URL。 |
srcdoc | HTML_code | 规定在iframe 中显示的页面的 HTML 内容。 |
width | pixels% | 定义 iframe 的宽度。 |