mickyjtwin
mickyjtwin

Reputation: 4990

Alternatives to jQuery UI Resizable

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

Answers (2)

Shlomo Zalman Heigh
Shlomo Zalman Heigh

Reputation: 3978

You can use the CSS "resize" attribute. See this page: http://www.css3.info/preview/resize/

Upvotes: 7

RaYell
RaYell

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

Related Questions