I have a question, if i set a image height in css and try to get height/width i get different results in different browsers. Is there a way to get the same dimension in all brow
Replace
$this.css({width: '', height: ''});
with
$this.css({width: 'auto', height: 'auto'});
Opera 10.10 height/width 2008 x 3008