Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 163: Line 163:
.attr("width", width)
.attr("width", width)
.attr("height", height)
.attr("height", height)
.attr("style", "max-width: 100%; height: auto;");
.attr("style", "width: 100%; height: 100%;");
$this.html($frame);
$this.html($frame);
});
});