This commit is contained in:
2026-07-17 13:00:46 +02:00
parent 41d18bbc54
commit 5256a9eb07
2 changed files with 4 additions and 3 deletions

View File

@@ -622,7 +622,7 @@
}
const croppedFile = new File([blob], file.name.replace(/\.[^/.]+$/, "") + ".webp", { type: 'image/webp' });
cleanup();
resolve({ file: croppedFile, file_orig: file, banner_position: 'center', banner_size: 'cover' });
resolve({ file: croppedFile, file_orig: file, banner_position: 'center top', banner_size: 'cover' });
}, 'image/webp', 0.9);
});