I tried with something like this:
var Height = $(this).naturalHeight;
But it doesn\'t work. Is there any way to do that
greez
Would just try
var width = $("img", this).css('width', 'auto').width(); var height= $("img", this).css('height', 'auto').height();
Is basically the calculation for naturalWidth and naturalHeight anyway
naturalWidth
naturalHeight