Resizing an iframe based on content

后端 未结 21 2558
南方客
南方客 2020-11-21 07:40

I am working on an iGoogle-like application. Content from other applications (on other domains) is shown using iframes.

How do I resize the iframes to fit the heigh

21条回答
  •  我在风中等你
    2020-11-21 07:59

    Using jQuery:

    parent.html

    
    
    
    
    
    
    

    child.html

    
    
    
    
    

提交回复
热议问题