iFrame in a Content Editor Web Part

Posted by Music Magi on Stack Overflow See other posts from Stack Overflow or by Music Magi
Published on 2011-02-14T22:35:29Z Indexed on 2011/02/14 23:25 UTC
Read the original article Hit count: 180

Filed under:
|
|
|
|

Hi -

I'm creating a page with two web parts: one with a search UI and another that displays the results. I'm using Content Editor Web Parts for both, but no matter how hard I try I can't seem to display more than a fraction of the results page in the content editor web part with the iFrame. The width seems to set fine, but no matter how I set the height (I've tried in-line, using CSS and using Javascript/JQuery), I cannot change the height of what is displayed. If I make the height something ridiculous like 3000px, I can see the empty space below, but it still only shows a small amount of the resulting page at the top of this iframe section.

I've observed the HTML and the iFrame takes up all the space it's supposed to, but only shows that small sliver of the actual page the iFrame is displaying. I've tried numerous approaches from numerous articles but have come up short (pun intended).

Does anyone have any experience with this or have indication as to why it would display this way or what I have to do to make this iFrame fill up the entire web part space?

Thanks in advance

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery