hongkhanh / cropbox

A lightweight and simple JavaScript, Jquery, YUI plugin to crop your avatar
http://hongkhanh.github.io/cropbox/
MIT License
266 stars 99 forks source link

Make thumbBox Resizable #1

Closed tommyready closed 9 years ago

tommyready commented 9 years ago

Hey,

This really isnt an issue but more like a question. Is there a way to make the thumbBox resizable? I was trying to use jQuery UI resizable function but that doesnt seem to work for me. Any sugguests/Thoughts?

TR

hongkhanh commented 9 years ago

Hi,

Thanks for your question. There is a simple way that you can use CSS3 resize as the following link http://jsfiddle.net/epinapala/KFr2z/ I will add this feature soon.

NHK