thumbnail size
winnjewett
Registered Users Posts: 329 Major grins
I love the 160 pixel thumbnails that pbase users have. Any chance we could choose what size thumbnails to use?
-w
-w
0
Comments
Would anyone else like to see this feature?
-w
The reasons we won't do that are many, but maybe I could figure out a way to have style sheets resize the image sizes for you (unlikely, unless you want to only upload images that are the same dimensions).
img.smborderoff[width="150"]
{
width: 160px;
height: 120px;
}
img.smborder[width="150"]
{
width: 160px;
height: 120px;
}
img.smborderoff[height="150"]
{
width: 120px;
height: 160px;
}
img.smborder[height="150"]
{
width: 120px;
height: 160px;
}
Cheers,
David
SmugMug API Developer
My Photos
No, I feel that the only solution is to use the decent resizing algorithm that smugmug's tools use to create small images. Otherwise, I will live with the images as they are.
On the other hand, if you have examples of an image that is resized by way of CSS that you think looks good, I would love to see it.
-w
-w
SmugMug API Developer
My Photos
To fix this, I changed the conditional [width/height="150"] to 100. This gave me some odd results. In firefox, it expanded the border without resizing the image. In IE, it had no effect. Do you have a working example for this code?
By the way, Thank you very much for taking the time to work through this with me.
-w
I might be wrong, but I think you need to change the contents of the { ... } block, not the "150" header.
You need to operate with those 160/120 thingies... me thinks
HTH
First off - we have over 15 million images now (maybe even more, only Don knows for sure) - so if we ever offered another size, we would have to go through the entire list of files and make a new size for each of them and that could take a month of CPU time.
Second, we also just can't swap out your definition of medium for our definition of medium. Gallery templates, tools, homepages - they are all designed with images being a certain width and height in mind. Once you make your thumbs a bit larger - certain pages like elegant small will gain horizontal scrolling, and that looks bad.
Third, we are not always going to take the time to explain our reasoning Not trying to be "strong", but I would rather work on shopping cart improvements right now than explain reasoning for something that won't change.
PS: Many thanks to devbobo for the quick css, that is exactly the solution I had in mind.
...we gonna have API for the shopping cart
I think you are right about this one. It would be very confusing, to have multiple medium sizes.
I would like to see an Extra-Large image size, available by request (cp setting) only to avoid reprocessing all 15M photos.
JT, I certainly appreciate the time you take out of your busy schedule to answer your user's questions. I realize that you and the rest of the team all play a critical role in the development and maintenance of smugmug. However, smugmug has always prided itself on its customer service. Trying to lay a guilt trip on one of your customers for trying to understand why a certain feature request "won't happen ... ever" - with a smiley face after it - is downright rude.
-Winn
forgot to ask yesterday.....what style are u using for ur albums ?
Did you know if u use 'traditional' u will get a bigger thumbnail ?
David
SmugMug API Developer
My Photos
-w
- Thumb
- Small
- Medium
- Large
- Original
I think so
Not that I can see.
Sorry,
David
SmugMug API Developer
My Photos
You probably know this already, but the bigger thumbs don't show up in ie.
Again, thanks for your help,
-w
SmugMug API Developer
My Photos
-w
IE isn't compatible with the attrib tag element (bolded below)...
img.smborderoff[width="150"]
{
width: 160px;
height: 120px;
}
so if it is removed it works, but there is no way to determine portrait or landscape thumbnails, so they all get resized the same.
SmugMug API Developer
My Photos
I am indeed sorry if I sounded rude, I certainly did not mean to come across that way. Keep the comments coming, and I will reply only when I have the time to do so properly.