|
Alpha,
I understand your goal as I went through it myself on my main site. Because the thumbnail keeps the perspective of the original image it all depends on the dimensions of the image that you're uploading. A tall image (height is greater than it's height) will result in a thumbnail that is 150px high but will be less than 150px for it's width while a wide image (width is greater than it's height) will result in a thumbnail that is 150px wide but will be less than 150px for it's height.
Without breaking the perspective being maintained there really is no way of making every thumbnail the same size for every uploaded image.
|