Reputation: 4990
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.
Upvotes: 10
Views: 3547
Reputation: 3978
You can use the CSS "resize" attribute. See this page: http://www.css3.info/preview/resize/
Upvotes: 7
Reputation: 70414
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.
Upvotes: -4