Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruanyl/imageloader


https://github.com/ruanyl/imageloader

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

imageloader
===========

Use this function to get the iamge width and height

### usage:
_imgReady(src, ready[, load[, error]]);

### example:
_imgReady("http://stwww.surfingmagazine.com/wp-content/blogs.dir/1/files/2012/06/girl-in-just-a-shirt-4.jpg", function() {
alert(this.width);
});