1
本頁內容http://test.atelier47.fr/iframe-resizer/example/我使用iframe
resizer
從https://github.com/davidjbradshaw/iframe-resizer但高度未設置,是否有問題?從外部域調整iframe高度
本頁內容http://test.atelier47.fr/iframe-resizer/example/我使用iframe
resizer
從https://github.com/davidjbradshaw/iframe-resizer但高度未設置,是否有問題?從外部域調整iframe高度
只是改變這
<iframe width="100%" id="iFrameResizer0" src="http://ifr.123devis.com/formulaires/act299_demande_de_devis_monte_charges.htm?affiliate=webatelier&KWID=1010163328" style="overflow: hidden; height: 100%; position: absolute;" scrolling="no"></iframe>
爲了這
<iframe id="iFrameResizer0" src="http://ifr.123devis.com/formulaires/act299_demande_de_devis_monte_charges.htm?affiliate=webatelier&KWID=1010163328" style="overflow: hidden; height: 100%;width: 100%; position: absolute;" height="100%" width="100%" scrolling="no"></iframe>
確定刪除絕對位置並將最小高度添加到iframe引導程序使其難以維護 –
請出示在問題本身的初步認識代碼。 – Teemu