fix: background aspectRatio

This commit is contained in:
Marie 2025-03-05 21:32:22 +01:00
parent 17a02b2a59
commit ac83e230df
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555

View file

@ -313,7 +313,7 @@ function changeBackground(ev) {
if (!canceled) {
originalOrCropped = await os.cropImage(file, {
aspectRatio: 2,
aspectRatio: 1,
});
}