Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 930 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 930 Bytes

Simple Cropper

Simple Cropper is a jQuery plugin which gives you ability to add cropping functionality to your web application. It uses html5 canvas to create cropped images and css3, so it only works on latest browsers.

Version

1.0

Tested on

  • Firefox 26.0
  • Opera 12.16
  • Google Chrome 31.0.1650.63
  • Internet Explorer 10+ (still problems with css)

Feature Overview

  • Attaches to any div element
  • Automatically detects aspect ratio of an element
  • Creates new cropped(base64 encoded) image and inserts it into element
  • Cropped images are generated client-side
  • Support for CSS styling

Demo

Demo page : http://dragar.net/demo/SimpleCropper

About author

Name : Tomaz Dragar Mail : tomaz@dragar.net Homepage : http://dragar.net