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:
Asked
Active
Viewed 1.2k times
1
-
Google refuses to run in `iframe` as of now (speaking of "not being evil"). Bing is ok with it (but of course they may decide otherwise any time in the future). – Dmitri Zaitsev Apr 21 '17 at 02:40
-
You need to use CSS to style the iframe (from outside), not deprecated HTML attributes. – vsync Oct 10 '19 at 14:47