Auto height for Iframe containing embedded / published Google Doc
问题 I have an iframe with a published Google Doc. The contents of that doc are subject to change, so I want to auto adjust the height of the iframe based on its content. I found some solutions for this, but they all require access to the head of the child document. Does anyone have an idea on how to do this? You can view an excerpt of the code I use below: #faq{ height: 800px; overflow: hidden; position: relative; width: 660px; border-top: 1px solid #90C547; border-bottom: 1px solid #90C547; }