From 45c54bb9af8de2cfade9477915f50fc94f0f9c89 Mon Sep 17 00:00:00 2001 From: Oktawian Jurkiewicz Date: Thu, 16 Jan 2020 18:29:58 +0100 Subject: [PATCH] crop default options changes (#1487) Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Co-authored-by: Jeffrey Warren --- examples/lib/insertPreview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lib/insertPreview.js b/examples/lib/insertPreview.js index a34fce15..ab22c037 100644 --- a/examples/lib/insertPreview.js +++ b/examples/lib/insertPreview.js @@ -41,8 +41,8 @@ function updatePreviews(src, DomNode) { 'crop': { 'x': 0, 'y': 0, - 'w': '(50%)', - 'h': '(50%)', + 'w': '50%', + 'h': '50%', 'noUI': true } };