一聚教程网:一个值得你收藏的教程网站

热门教程

mip-iframe是什么 mip-iframe怎么用

时间:2022-06-29 11:07:34 编辑:袖梨 来源:一聚教程网

如您的网站还不支持https,可使用百度云加速或其他同类型服务,开通https

标题 内容
类型 通用
支持布局 responsive, fixed-height, fixed
所需脚本

示例

基本使用

iframe

allowfullscreen

srcdoc="

123

"

src="http://m.baidu.com"

sandbox=""

allowfullscreen

allowtransparency="true"> 

加布局(fixed-height为例)

layout="fixed-height"

allowfullscreen 

srcdoc="

123

"

src="http://m.baidu.com"

sandbox=""

allowfullscreen

allowtransparency="true"> 

属性

src

说明:与原生iframe的src属性作用一致

必选项:是

类型:URL

单位:无

取值:必须要使用https地址

默认值:无

width

说明:与高度(height)的比值被mip-iframe用来计算区域的比例和大小

必选项:是

类型:数字

单位:无

默认值:无

height

说明:与宽度(width)的比值被mip-iframe用来计算区域的比例和大小

必选项:是

类型:数字

单位:无

默认值:无

allowfullscreen

说明:与原生iframe的allowfullscreen属性作用一致

必选项:否

取值:空

默认值:无

srcdoc

说明:与原生iframe的srcdoc属性作用一致

必选项:否

类型:HTML_code

单位:无

取值:要显示在 iframe 中的 HTML 内容。必需是有效的 HTML 语法。

默认值:无

sandbox

说明:与原生iframe的sandbox属性作用一致

必选项:否

类型:字符串

单位:无

取值:"", allow-same-origin,allow-top-navigation,allow-forms,allow-script

默认值:无

allowtransparency

说明:与原生iframe的allowtransparency属性作用一致

必选项:否

类型:字符串

单位:无

取值:"",true,false

默认值:无

热门栏目