如何根据iFrame大小调整页面内容的大小

时间:2016-05-06 14:33:12

标签: html iframe responsiveness

我想知道是否可以根据iframe大小调整页面内容的大小?所以例如

<iframe width="100" height="300" src="http://example.com/file.html"></iframe>

<iframe width="400" height="300" src="http://example.com/file.html"></iframe>

是否应该相应调整内部内容的大小?

1 个答案:

答案 0 :(得分:0)

如果iframe中的内容设置为width:100%yes。