i want to list image with a small size, but i can't change image's size,...
use CSS:<img src="..." style="width:20px;height:20px" /> or use PHP's function imagecopyresized() in GD Graphics Library to create image with small size.