iframe中的响应式HTML页面

时间:2016-03-08 10:10:35

标签: html iframe responsive-design response

我有一个页面使用iframe来调用响应式HTML页面。它有效,当浏览器大小减小时,它也会缩放。

另一方面,当我在移动设备上打开它时,页面显示但没有响应。它只显示iframe中的完整页面。

这是我目前的代码:

<html>
    <head>
    </head>
    <body>
        <iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' src='http://beautymakeupskincare.com/usoneoff/indexpro7.html' /></iframe> 
    </body>
</html>

我该如何解决?这是link

0 个答案:

没有答案