Update semag/sb2toswf/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-06 00:42:42 +00:00
parent 4d12aee66e
commit be69cab41f

View File

@ -18,8 +18,8 @@
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
player.style.width = "55%";
player.style.height = "55%";
container.appendChild(player);
player.load("Converter.swf");
});