this produces no output:
{{#iDisplay:http://google.com|100%|600}}
@Johnywhy If you use the 100%
parameter (I could test it in MW 1.27.4 only) it won't show the page. You need to specify a fixed length or height. But I don't know if this will solve the problem due to possible changes in the extension for REL_30
@Johnywhy You could try to edit the common.js (yourwiki.com/wiki/MediaWiki:Common.js) with the following code to fit the screen:
iframe {
width: 100% !important;
height: * !important;
min-width: 600px;
min-height: 500px;
}
This was proposed by a guest topic: HERE