#img { width:300px; height:300px; overflow:hidden; background-repeat: no-repeat !important; background-position: center !important; background-si
You can not find the height width background image.there is no way that css can find the properties like height width of background images.what you can do is load the images using javascript or jquery and then getting height/width of those images.