Monthly Archives: November 2010

jQuery Image Resize Plugin v2.1.1

The latest release for jQuery Image Resize Plugin fixes a nasty bug and as the following updates:

  • Fixed: Plugin stops working if height parameter was left out.
  • Optimised the whole plugin by reducing excessive function calls.
  • Improved code structure for quick execution.
  • Smaller minified version.

Download the latest version: https://github.com/adeelejaz/jquery-image-resize/releases
Report any bugs: https://github.com/adeelejaz/jquery-image-resize/issues

Flattr this!

jQuery Image Resize Plugin v2.1

The latest version of jQuery Image Resize plug-in is out and includes the following updates:

  • The plugin doesn’t need both height and width parameters anymore. The plugin caters for just one parameter e.g. if width parameter is supplied, the plugin works out the height and vice versa.
  • Fixed a weird IE6 bug.
  • Chainability – The plugin now returns the jQuery object. So, now you can do stuff like $(".resizeme").aeImageResize({width: 250}).css('color', '#000');
  • More optimised.
  • Minified using Google Clousure (like jQuery).

Download the latest version: https://github.com/adeelejaz/jquery-image-resize/releases
Report any bugs: https://github.com/adeelejaz/jquery-image-resize/issues

Flattr this!