I am trying to lower the size of images I am loading from a database and urls. I am making them smaller
$('#table-body').prepend($('<img>', { id: 'theImg', src: "the_image_url.jpeg", height: 20, width: 20 }));
Images sizes too high....height:20,width:20