How To Load A iFrame Inside A Page?

by 5 replies
6
Hi,

When I add this aStore iFrame to my page (in the page's HTML editor):


The page get 4000px high, but the content in the iFrame isn't always 4000px high so I often get a lot of empty space on the bottom of the page. Something that's very ugly for my users.

Is it possible to make the iFrame load inside the page so the page's height always is the same height as the content that the iFrame shows?


Thanks,

Jimmy
#programming #iframe #inside #load #page
  • If the contents of the iFrame were on the same domain, then you could easily do that with a little bit of Javascript. But since the contents of the iFrame are on a different domain, then as far as I know, it's simply not possible (due to cross-domain security reasons).
    • [ 1 ] Thanks
    • [1] reply

Next Topics on Trending Feed