I have an iframe
to display the content of a .htm file, which is present in another location. The document loads perfectly while on a desktop browser.
But while on a mobile version, the content of the document is not displayed completely.
I am looking for a responsive iframe for both mobile and desktop views.
HTML
<iframe
id="ifrm"
src="URL.htm"
width="100%"
frameborder="0"
scrolling="no"
height="1450px"
style="padding-top: 0px; float: left;" target="_blank"
/>
I referred these links, but unfortunately they didn't help: