Jump to content

MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 162: Line 162:
.attr("src", "https://map-twi.1f616emo.xyz/#!/map/" + layer + "/" + zoom + "/" + pos_x + "/" + pos_y)
.attr("src", "https://map-twi.1f616emo.xyz/#!/map/" + layer + "/" + zoom + "/" + pos_x + "/" + pos_y)
.attr("width", width)
.attr("width", width)
.attr("height", height);
.attr("height", height)
.attr("style", "max-width: 100%; height: auto;");
$this.html($frame);
$this.html($frame);
});
});