mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update semag/sb2toswf/index.html
This commit is contained in:
parent
be69cab41f
commit
c4188a2edd
@ -19,7 +19,7 @@
|
|||||||
const container = document.getElementById("ruffle");
|
const container = document.getElementById("ruffle");
|
||||||
player.id = "player";
|
player.id = "player";
|
||||||
player.style.width = "55%";
|
player.style.width = "55%";
|
||||||
player.style.height = "55%";
|
player.style.height = "80%";
|
||||||
container.appendChild(player);
|
container.appendChild(player);
|
||||||
player.load("Converter.swf");
|
player.load("Converter.swf");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user