I am using this code for set height and width for a image on mouseover
$('#gallery').find("img").attr('height', '20px');
$('#gallery').find("img").attr('width','20px');
//so here the default height and width are changed by the javascript above
When mouseout how to remove the height and width of the image set by the mouseover