I am using Iframe to display google.com [ or say any website ]. I have used height=100% but even then my Iframe size is just half the page. Please let me know why it is happening. Here is the link:
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
use
style="position:absolute;"
on the iframeTake a look at this discussion. It may help.