Sizing the Iframe of an embedded blog.

adriandilena / 2013-01-11 18:59:26   

Hi,

I am pulling posts from a wordpress blog using the index-link feature. Its working, but the height of the iframe seems to correspond to the height of the index...

How/where do I manipulate the vertical properties of the iframe for the blog?
Working page: philipmckee.justthoughtyoushouldknow.ca/index.php/news/news/
Thanks.

Vaska A / 2013-01-11 19:53:05   

This is a situation where iframed isn't going to work for you out of the box.

You will need to customize it - make a copy of the plugin and put it in your theme follder. Then, you can make all the changes you want/need for it and it will override the default version.

You can either give the plugin (javascript) a standard height (say, 800px) or you can use the height of the browser window. It's not as hard as it sounds to customize...let us know how it goes.

adriandilena / 2013-01-11 20:22:04   

Thanks.

This thread has been closed, thank you.