diff --git a/demos/demo_files/multiple.css b/demos/demo_files/multiple.css new file mode 100644 index 00000000..d94478e4 --- /dev/null +++ b/demos/demo_files/multiple.css @@ -0,0 +1,16 @@ +.target_multi { + width: 400px; + height: 300px; +} + +.target_multi .target, .target_multi img { + width: 400px; + height: 300px; + position: absolute; +} +.jcrop-holder { + width: 400px !important; + height: 300px !important; + background: none !important; + position: absolute !important; +} diff --git a/demos/multiple.html b/demos/multiple.html new file mode 100644 index 00000000..0bde11ea --- /dev/null +++ b/demos/multiple.html @@ -0,0 +1,90 @@ + + +
+
+
+ This example demonstrates mulitple selection in Jcrop.
+ Since no event handlers have been attached it only performs
+ the cropping behavior.
+