View Full Version : inconsistant thumbnail sizes
rothschilddesign
Nov-10-2007, 05:36 AM
Hello...
I'm experimenting with customizing a new site, and I wanted the gallery titles to be below the thumbnails, rather than to the right. So I figured out some CSS to do that, and it looked fine for one category (Underwater):
.albumTitle {
position: relative;
left:-107px;
top:70px;
visibility: visible;
}
However, I found that in another category (Events), the thumbnails are bigger, so the gallery titles are over the thumbnail.
Why are the thumbnails different sizes? Does it depend on the original image? How do I control it so that all of them are the same size, so the titling will work out...
Site is at http://rothschilddesign.smugmug.com
Thanks!
Mike
Andy
Nov-10-2007, 06:01 AM
Thumbnails on gallery pages will always be 100px on the longest side.
Thumbnails on Category pages will be 100px if you have 6 or more categories. 150px if you have 5 or fewer.
Examples:
http://www.moonriverphotography.com/Galleries
http://www.moonriverphotography.com/Workshops
Allen
Nov-10-2007, 06:03 AM
Hello...
I'm experimenting with customizing a new site, and I wanted the gallery titles to be below the thumbnails, rather than to the right. So I figured out some CSS to do that, and it looked fine for one category (Underwater):
.albumTitle {
position: relative;
left:-107px;
top:70px;
visibility: visible;
}
However, I found that in another category (Events), the thumbnails are bigger, so the gallery titles are over the thumbnail.
Why are the thumbnails different sizes? Does it depend on the original image? How do I control it so that all of them are the same size, so the titling will work out...
Site is at http://rothschilddesign.smugmug.com
Thanks!
Mike
There are two size thumbs, 150x150 if five or less and 100x100 if six or
more. They will also pop to two columns at a certain number, not sure
which though.
rothschilddesign
Nov-10-2007, 01:22 PM
There are two size thumbs, 150x150 if five or less and 100x100 if six or
more. They will also pop to two columns at a certain number, not sure
which though.
Thanks, I thought that might be it.. but now the problem is: How can I specify that I always want them to be 100x100 or 150x150, no matter how many I have (so my CSS will put the gallery titles in the right place)?
Or is there some other way of making the gallery names sit under the thumbnails, rather than beside them?
Mike
jefflennan
Dec-11-2007, 10:55 PM
It sounds like we cannot control the size of thumbnails. Is that right?
Andy
Dec-12-2007, 04:48 AM
Mike & Jeff:
You can't control it. Well, you can, 5 or fewer galleries on a category page = Th (larger thumbs, 150px). 6 or more, = Ti (smaller thumbs, 100px).
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.