Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 348
mickyjtwin Avatar asked Jul 31 '09 05:07

mickyjtwin


1 Answers

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

like image 60
SZH Avatar answered Oct 17 '22 12:10

SZH