iPhone Web 应用程序中强制使用固定大小的 iFrame?
我有一个 iFrame,其内容会改变大小。我希望我的 iframe 始终保持相同的大小。我的代码如下所示:
<iframe id="frame1" src="home.php" width="320" height="360"></iframe>
由于某种原因,在我的 iPhone 上,当单击链接且内容大小发生变化时,iFrame 也会发生变化。它在我的电脑浏览器上运行良好。我特意输入了宽度和高度,但显然我没有听……
这是怎么回事?请帮忙!
I have a iFrame whose content changes sizes. I want my iframe to stay the same size all the time. My code looks like this:
<iframe id="frame1" src="home.php" width="320" height="360"></iframe>
And for some reason, on my iPhone when links are clicked and the content changes sizes, so does the iFrame. It works fine on my computer browser. I specifically put in width and heights, but apparently I didn't listen...
What's up with that? Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试将内联样式放在那里来覆盖它?
did you try to put inline style in there to overwrite it?