我有一個iframe
來顯示.htm文件的內容,該文件存在於另一個位置。該文檔在桌面瀏覽器上完美加載。響應IFrame顯示來自外部文檔的內容
但是,在移動版本上,文檔的內容並未完全顯示。
我正在尋找適用於移動和桌面視圖的響應式iframe。
HTML
<iframe
id="ifrm"
src="URL.htm"
width="100%"
frameborder="0"
scrolling="no"
height="1450px"
style="padding-top: 0px; float: left;" target="_blank"
/>
我提到這些鏈接,但遺憾的是他們並沒有幫助:
Full-screen iframe with a height of 100%
Scale iFrame css width 100% like an image
目標頁面是否響應? – TribalChief
是的。該頁面是響應式的 – Sandeep