Set iframe content height to auto resize dynamically

后端 未结 2 1449
[愿得一人]
[愿得一人] 2020-12-12 16:22

I was myself searching for a simple solution to change the height of an iframe with the content in it.

It seems like the rules are that you can\'t get the height of

2条回答
  •  失恋的感觉
    2020-12-12 16:39

    Simple solution:

    This works when the iframe and parent window are in the same domain. It does not work when the two are in different domains.

提交回复
热议问题