Does anyone know of any alternative jQuery plugins to the resizable function in jQuery UI? My main focus is on constraining the bounding box (parent), and the aspect ratio of the image.
+1
A:
I don't know why you need an alternative if you can do that with jQuery UI resizable.
Here are some demos:
All you need to do is just set your image CSS styles so that it resizes with the resizable box.
RaYell
2009-07-31 05:31:15
I am looking for an alternative, because jquery UI is bloated.
mickyjtwin
2009-08-03 00:16:46
Not at all, you don't have to load the whole UI. You just load the parts you want to use.
RaYell
2009-08-03 06:33:47
I can't speak for OP, but I'll tell you why I'm looking for one. Resizable is buggy, buggy, buggy. It doesn't work properly in popups, it doesn't work -at all- for resizing tables.
Jason
2010-10-26 17:22:26