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:
Oktawian Jurkiewicz
2020-01-16 18:29:58 +01:00
committed by Jeffrey Warren
parent c1c682c0a6
commit 45c54bb9af

View File

@@ -41,8 +41,8 @@ function updatePreviews(src, DomNode) {
'crop': {
'x': 0,
'y': 0,
'w': '(50%)',
'h': '(50%)',
'w': '50%',
'h': '50%',
'noUI': true
}
};