Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个移动应用程序,我想在我的移动网页中使用其他网站。但是我无法控制 iframe,因为它会自动增加其宽度和高度。
如何控制 iframe 或者是否有任何替代解决方案可以在我的移动网页中包含其他网站?
iFrame 支持以下JS 属性,
您可以通过 JS 设置这些值。要设置固定的高度和宽度,CSS 就足够了。
检查此链接
http://www.w3schools.com/jsref/dom_obj_frame.asp