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 @@ + + + + Hello World | Jcrop Demo + + + + + + + + + + + + + +
+
+
+
+ + + +
+
+
+
+ [Jcrop Example] +
+ +
+

+ This example demonstrates mulitple selection in Jcrop.
+ Since no event handlers have been attached it only performs + the cropping behavior. +

+
+ + + +
+ +
+
+
+
+ + + + diff --git a/index.html b/index.html index 8505576f..ce023dcc 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,8 @@

Static Demos

— animation/fading demo
  • API Interface — real-time API example
  • +
  • Multiple Selection + — multiple selection example
  • Styling Example — style Jcrop dynamically with CSS New in 0.9.10