From be69cab41fbc268f17af162e25526b314ec93fb6 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 6 May 2024 00:42:42 +0000 Subject: [PATCH] Update semag/sb2toswf/index.html --- semag/sb2toswf/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semag/sb2toswf/index.html b/semag/sb2toswf/index.html index 0d8ef2d0..fe4d32cd 100644 --- a/semag/sb2toswf/index.html +++ b/semag/sb2toswf/index.html @@ -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"); });