mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 11:20:02 +01:00
crop default options changes (#1487)
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
c1c682c0a6
commit
45c54bb9af
@@ -41,8 +41,8 @@ function updatePreviews(src, DomNode) {
|
|||||||
'crop': {
|
'crop': {
|
||||||
'x': 0,
|
'x': 0,
|
||||||
'y': 0,
|
'y': 0,
|
||||||
'w': '(50%)',
|
'w': '50%',
|
||||||
'h': '(50%)',
|
'h': '50%',
|
||||||
'noUI': true
|
'noUI': true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user