1 jQuery Resize Plugin Demo
4 Author: Adeel Ejaz (http://adeelejaz.com/)
5 License: Dual licensed under MIT and GPL licenses.
8 aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions.
11 .aeImageResize( height, width )
14 An integer representing the maximum height for the image.
17 An integer representing the maximum width for the image.
21 $( ".resizeme" ).aeImageResize({ height: 250, width: 250 });
24 _______________________________________________________________________________________________
26 http://javascriptly.com/examples/jquery-grab-bag/autogrow-textarea.html
28 _______________________________________________________________________________________________
30 http://jquery.malsup.com/
31 http://jquery.malsup.com/twitter/