Update semag/sb2toswf/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-06 00:43:31 +00:00
parent be69cab41f
commit c4188a2edd

View File

@ -19,7 +19,7 @@
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "55%";
player.style.height = "55%";
player.style.height = "80%";
container.appendChild(player);
player.load("Converter.swf");
});