fix: background aspectRatio
This commit is contained in:
@@ -313,7 +313,7 @@ function changeBackground(ev) {
|
|||||||
|
|
||||||
if (!canceled) {
|
if (!canceled) {
|
||||||
originalOrCropped = await os.cropImage(file, {
|
originalOrCropped = await os.cropImage(file, {
|
||||||
aspectRatio: 2,
|
aspectRatio: 1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user