May 18
Adeel EjazjQuery Image Resize Plugin
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
Nov 29
Adeel EjazjQuery Image Resize Plugin
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
Nov 01
Adeel EjazjQuery Image Resize Plugin
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
Jun 25
Adeel EjazjQuery Image Resize Plugin
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
Jun 16
Adeel EjazjQuery Image Resize Plugin
I finally managed to move my development code to Ubuntu and Git. So, lets kick start with the first Git Repository, jquery-image-resize. It includes example and minified version of the script.
Download the latest version:
https://github.com/adeelejaz/jquery-image-resize/downloads
I’ll try my best to give support on my blog but if you find any issues, please report them to the Issue Tracker.
Older Entries
Recent Comments