Is there a way to find ABSOLUTE backgroundSize of a background image in an element.
The CSS3 property can return values in terms of auto/ percentage etc. However i want to find out the absolute values (say 200px, 100px)
I know one way where we can load the background-image using load() function in a hidden img element, and then finding its height and width using browser functions or jquery...
But that will be slow as it load image again, is there a way to find the size from already rendered background image element