$(document).ready(function() {
	
	$('#books img').attr('height', 150).removeAttr('width');
	
});
