Wordpress Iframe

idlemind

Junior Member
Joined
Jan 13, 2010
Messages
179
Reaction score
166
I was wondering if this is possible....

I am looking for a plugin or something that can iframe and resize a webpage so that it fits perfectly into my content area without the usage of scrollbars.... is this possible or am i in LaLa land???? haha

thanks for any help
 
Resizing the iframed page (ie the contents of the iframe) would be impossible without actually proxying the iframed page first to rewrite the html / css.

Your best bet would just be to set the dimensions on the iframe so it fits around the page you want to iframe perfectly and use the scrolling=no attribute on your iframe.
 
Back
Top