标签: javascript html css iframe
我有一个<iframe>响应取决于screen.width和screen.height值。问题在于即使它在一个小<iframe>中,它也认为它在一个大屏幕上。在<iframe>内,screen.height的值实际上是父窗口的大小,而不是它所在的<iframe>的大小,因此看起来比它们应该更大。
<iframe>
screen.width
screen.height
我该如何解决这个问题?我不控制HTML文件,但我可以使用<iframe>元素的contentWindow或contentDocument属性从包含的页面访问它。
contentWindow
contentDocument