Topic on Extension talk:IDisplay

No Output on MW 1.30

8
Johnywhy (talkcontribs)
Lanthanis (talkcontribs)

I doesn't produces this output on 1.27 due to the 100% parameter.

Johnywhy (talkcontribs)

@Lanthanis thx, but i don't understand your comment. What's the fix?

Lanthanis (talkcontribs)

@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

Lanthanis (talkcontribs)

@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

Johnywhy (talkcontribs)

i think you mean common.css :)

Lanthanis (talkcontribs)

Indeed, sorry, just scripting the whole day ;)

Johnywhy (talkcontribs)

didn't seem to work. but thx!

Reply to "No Output on MW 1.30"