Topic on Extension talk:IDisplay

Works great with phpBB

2
71.235.251.78 (talkcontribs)

I used iDisplay to embed phpBB in a page of the wiki. It works perfectly. I could not find any way to configure the extension for a flexible window size, so I left the size undefined in the page and added:

iframe {

width: 100% !important;

height: * !important;

min-width: 600px;

min-height: 500px;

}

and got a perfect, flexible, full-page (within the page frame) portal.

71.235.251.78 (talkcontribs)

Oops, can't edit a guest comment... added that to the Common.css file, if it isn't obvious. Users who want to use iDisplay for multiple purposes might want to define a more limited override for a full-page embed.

Reply to "Works great with phpBB"