标签: javascript php jquery html ajax
我正在尝试从数据库和网址中降低我加载的图像的大小。我正在缩小它们
$('#table-body').prepend($('<img>', { id: 'theImg', src: "the_image_url.jpeg", height: 20, width: 20 }));
Images sizes too high....height:20,width:20