i want to to get the height/width of an image inside a hidden div-containter, but .height() and .width() both returns 0 (like expected).
.height()
.width()
it looks like you need to compute the height & width of an image. if so, you're thinking of it too hard.