I tried with something like this:
var Height = $(this).naturalHeight;
But it doesn\'t work. Is there any way to do that
greez
$this.css('height', 'auto'); var height = $this.height();