userfrosting / UserFrosting

Modern PHP user login and management framework
https://www.userfrosting.com
Other
1.64k stars 366 forks source link

Image Script (Upload / Crop) #154

Closed andreasf2012 closed 10 years ago

andreasf2012 commented 10 years ago

Hello again,

can you recommend an image script, which is compatible to userfrosting and easy to integrate? I want to upload/resize images and if it's possible to crop images.

I found jcrop, but maybe there is another/better one?

Thanks in advance!

alexweissman commented 10 years ago

Are you looking for a client-side solution? This looks promising: https://github.com/blueimp/jQuery-File-Upload

It is built with Bootstrap, so it should match all of UF's styling and layout.

It says that it supports "Client-side image resizing". Not sure if it supports cropping, though.

andreasf2012 commented 10 years ago

Hi Alex, I know this one. Thank you!