score:6

you can do this with a bit of javascript

var img = new image();
img.onload = function(){

        img.naturalwidth and img.naturalheight can be read off within here

};
img.src = this.store.image_url;

Related Query

More Query from same tag