fix: background aspectRatio
This commit is contained in:
parent
17a02b2a59
commit
ac83e230df
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ function changeBackground(ev) {
|
|||
|
||||
if (!canceled) {
|
||||
originalOrCropped = await os.cropImage(file, {
|
||||
aspectRatio: 2,
|
||||
aspectRatio: 1,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue