Using the jCrop Plugin
videos

Working with the jCrop Plugin

jCrop is a fantastic jQuery plugin that allows your users to easily crop their photos to the exact dimensions that they choose. Setting up such a system is easier than you might think. Brenley will show us how!

Runner-Up: Brenley Dueck

  • Subscribe to the NETTUTS RSS Feed for more daily web development tuts and articles.


Tags: Videos
Add Comment

Discussion 66 Comments

Comment Page 2 of 2 1 2
  1. Y. Steven says:

    Good job in making those video, i really appreciated that, thank you

  2. Josh says:

    I do not believe that IE6 recognizes POST values coming from submit buttons. So your if( isset($_POST['submit'])){ … } test you are doing will not work. If you print your post array you will see that in IE6, it is left out of the array. I usually just test if( $_POST ){ … }

  3. Josh says:

    In response to my previous post…actually I think that IE6 only fails when you have multiple submit buttons in the same form. For example, if you have a ‘submit’ or ‘delete’ option.

  4. ozzy says:

    Check out webmotionuk’s cropping plugin

    http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop-v11/

    easy to use and to implement into your exisiting code. great learning material too!

  5. Really thanks,
    I’ve now used it in a Clients portfolio site. Now saves the original file after that creates the thumbnail file and writes all information to a database. at the portfolio gallery the thumbnailfile is clickable and openes the original file in a lightbox window. :)

    Thanks :D

  6. Hanky says:

    Really nice screencast Brenelz.

    Marcel Doornbos, any chance that you could share your work :D
    Im in need of just what you described you have created for a client.

    TY

  7. Prassanna says:

    Thanks a lot. It really helps me in my project.

  8. Chris Cagle says:

    For everyone that likes Jcrop, here is a simple tutorial showing you how to get it setup full circle within an application: http://www.cagintranet.com/archive/how-to-use-jcrop-from-within-an-application/

  9. Thanks for the great tutorial and easy source code files! You rock! Oh, and nice use of the word ‘Winnipeg’. I’m sure nobody is going to beat you on the Winnipeg Web Design Search Results now after you get a follow link on here. Smart!

  10. E-ways.ph says:

    I’ll give it a try although I’m only new regarding codeigniter image manipulation.

  11. Ton says:

    Hi Brenley. First I would like to thank you for the nice tutorial.

    Secondly I would like to know if you can help with something:

    I can upload the image e cut it with jcrop, but I need to replace the special chars from the file input at the moment the form is submitted, could you help with this?

    I thank you in advance.

    Hugs

  12. Tor says:

    Hi!

    Thanks for a very good funcktion for cropping image.

    Best article on jcrop i have seen.

    Thank you

  13. hi says:

    how to Jcrop ADD Codeigniter, Pleaseeeeeeeeeeeeeeee help me

Comment Page 2 of 2 1 2

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.