diff --git a/includes/style.less b/includes/style.less index b55b4be..333b505 100644 --- a/includes/style.less +++ b/includes/style.less @@ -120,10 +120,6 @@ textarea { position: relative; } -#crop canvas { - height: 32vh; -} - #preview { width: 256px; height: 256px; diff --git a/script.js b/script.js index 8d5e4b1..184cd8a 100644 --- a/script.js +++ b/script.js @@ -78,7 +78,7 @@ async function run() { const textareaGameDataInput = el("game-data"); const textareaGameDataOutput = el("output"); - const cropper = new Cropper({ width: 128, height: 128 }); + const cropper = new Cropper({ width: 192, height: 192 }); let cropperRendered = false; // hide all pages except start page