iframe调用无法全屏显示


我有一个php页面用于手机端的,用iframe调用了另外一个页面,可是没办法全屏显示,代码如下
<link rel="stylesheet" type="text/css" href="http://res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/appmsg/page_mp_article_improve_combo26590f.css">
<!DOCTYPE html>
<html lang="en">
<head>

<title>标题</title>
</head>

<iframe width="322px" frameborder = "0" height="641px" src="http://eqxiu.com/s/mQFVy2fn"></iframe>

</body>

如果我把宽度高度改为100%,页面会全屏显示,但是文字跟背景还是照样不会变大,请大神指教我该如何改代码

手机端 网页开发 php iframe

我系那个啥 9 years, 5 months ago

Your Answer