1

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:

http://jsbin.com/anola3

Rakesh Juyal
  • 35,919
  • 68
  • 173
  • 214
  • 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

1 Answers1

3

use style="position:absolute;" on the iframe

Vinay B R
  • 8,089
  • 2
  • 30
  • 45