Category Archives: jQuery Image Resize Plugin

jQuery Image Resize Plugin v2.1.3

I’ve finally got around to updating the jQuery Image Resize plugin and pleased to get it working with jQuery 1.9+.

The plugin is also hosted on the new jQuery Plugins website: http://plugins.jquery.com/ae.image.resize/

I’ve also started using UglifyJS at it reduces the minified version to less than 0.5KB!

As usual, if you find any bugs, specially regarding IE, please do report them on github.

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

If for any reason you do not use github (seriously?!), then drop me a line on twitter, ideally with a jsfiddle example: @adeelejaz

jQuery Image Resize Plugin v2.1.2

This has been long time coming. This small update fixes a very weird bug in IE9. For some odd reason, IE9 does not fire load event regardless of image load state. A simple solution was to set the image’s src property again.

As usual:

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

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: http://github.com/adeelejaz/jquery-image-resize/downloads
Report any bugs: http://github.com/adeelejaz/jquery-image-resize/issues

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: http://github.com/adeelejaz/jquery-image-resize/downloads
Report any bugs: http://github.com/adeelejaz/jquery-image-resize/issues

jQuery Image Resize Plugin v2.0

I found out there was already a jQuery plugin called ‘resize’ so I renamed my plugin to .aeImageResize

I also have included a better minified version of the plugin.

You can download the latest version from here