mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update semag/sb2toswf/index.html
This commit is contained in:
parent
4d12aee66e
commit
be69cab41f
@ -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");
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user