I want to get the natural sizes of a image on my server but I dont get the real source of my image.
I do get the source of via jquery:
.css('background-image').replace('url(','').replace(')','');
But when I store this URL into img.src so it doesn't get the right image source.
UPDATE: