From 76ffb6a013931c20b46d20059125cd5c8aeb4cd3 Mon Sep 17 00:00:00 2001 From: Chinmay Pandhare Date: Mon, 14 Aug 2017 09:22:15 +0530 Subject: [PATCH] Implemented addStep, removeStep, loadImage in Demo --- examples/index.html | 112 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 90 insertions(+), 22 deletions(-) diff --git a/examples/index.html b/examples/index.html index ae955031..26145a81 100644 --- a/examples/index.html +++ b/examples/index.html @@ -23,6 +23,9 @@ .nomargin { margin: 0 !important; } + #steps img { + max-width: 90%; + } @@ -39,27 +42,7 @@
-
- -
-
-

Original Image

-
Width: x
-
Height: y
-
-
-
-
- -
-
-

Crop

-
Width: null (50%)
-
Height: null (50%)
-
x: null (0)
-
y: null (0)
-
-
+ Select an Image
@@ -67,7 +50,7 @@
Add Step :