ios iframe 自适应处理

var iframe= $("#iframe")

var h = iframe.height();

iframe.height($("#iframe").contents().find("body").height()+100)

<iframe id="iframe" onLoad="iFrameHeight();return false;" src="'+link+'" style="width: '+width+'px !important;height:100%;"  scrolling="no" frameborder="0"></iframe>

猜你喜欢

转载自blog.csdn.net/phperguan/article/details/78367077
今日推荐