1
我無法根據頁面內容調整自動高度。使iframe自動調整高度
碼 -
<iframe width="100%" id="myFrame" src="http://www.learnphp.in" scrolling="no">
</iframe>
我喜歡Make iframe automatically adjust height according to the contents without using scrollbar?但是這個代碼不工作。請建議我如何在不使用滾動的情況下獲取完整數據?
請參閱此。類似的一個http://stackoverflow.com/questions/9162933/make-iframe-height-dynamic-based-on-content-inside-jquery-javascript – chandu
@chandu是的,它爲同一個域的工作。它將如何工作跨域? – Developer