【发布时间】:2017-05-07 19:20:34
【问题描述】:
我正在尝试使用 iframe 在我的网站上显示完整的网页,代码如下:
<iframe name="demo" src="http://healthcoach.ancorathemes.com/"; style='height: 100%;
width: 100%;' frameborder="0" scrolling="yes" id="iframe">...</iframe>
这在桌面浏览器上运行良好,但在移动设备上,不会调整大小并仍显示桌面版本。顺便说一下,这个特定的网站是响应式的,并且在没有 iframe 的情况下也能正常工作。
【问题讨论】:
-
当你的 iframe 有固定格式时:css-tricks.com/NetMag/FluidWidthVideo/… 如果没有,试试这个npr.github.io/responsiveiframe
标签: html css iframe responsive-design