PDA

View Full Version : Changing size of thumbnails


JillFlynn
May-01-2008, 09:40 AM
Ref: visualharmonyphotography.com

Is there a way to change the size of the thumbnails that appear in the "smugmug" view. I don't use that view but would like to if I can make the thumbnails MUCH smaller so I can fit more on one page.

Thanks

Jill

denisegoldberg
May-01-2008, 04:10 PM
I'm not aware of any way to change the size of the thumbs in smugmug style. They do change on their own depending on the amount of space available on the page, but that's not under your control.

--- Denise

JEphotography
May-01-2008, 05:31 PM
I'm not aware of any way to change the size of the thumbs in smugmug style. They do change on their own depending on the amount of space available on the page, but that's not under your control.

--- Denise

At one point, there was a way to keep the thumbs smaller when the screen size went above 1680 by using this code.

SM.SmugMug.config.autoThumbSize = false;

Is this still possible? I would love to be able to do that.

Thanks

Jonathan
www.jephotography.smugmug.com

denisegoldberg
May-01-2008, 07:07 PM
At one point, there was a way to keep the thumbs smaller when the screen size went above 1680 by using this code.

SM.SmugMug.config.autoThumbSize = false;

Is this still possible? I would love to be able to do that.

Thanks

Jonathan
www.jephotography.smugmug.com (http://www.jephotography.smugmug.com)
Looks like you're right and my assumption was wrong. Here's the thread with the details on the thumb size change - http://www.dgrin.com/showthread.php?t=66912. Why don't you go ahead and try it?

And, sorry for causing any confusion. Thanks for pointing out something that I'd clearly overlooked. Unfortunately I still don't think that addresses the original poster's question to make the thumbs even smaller. Maybe locking into the smaller size will help her too though.

--- Denise

JillFlynn
May-01-2008, 07:23 PM
That did not work for me. I really wanted to be able to make the thumbnails very small. But if it can't be done then it can't be done.

Thanks for your time and input! I appreciate it.

Jill

JEphotography
May-01-2008, 09:41 PM
Looks like you're right and my assumption was wrong. Here's the thread with the details on the thumb size change - http://www.dgrin.com/showthread.php?t=66912. Why don't you go ahead and try it?

And, sorry for causing any confusion. Thanks for pointing out something that I'd clearly overlooked. Unfortunately I still don't think that addresses the original poster's question to make the thumbs even smaller. Maybe locking into the smaller size will help her too though.

--- Denise

I agree that it didn't adress what she was working on. I just wanted to find this answer for myself also. I was still trying to make this code work for me and couldn't until you showed me this thread and saw that the code needed to go in JS instead of CSS (where i was putting it) .
Anyway thanks, i have my gallery working like i want it now.:D:clap

Jonathan
www.jephotography.smugmug.com (http://www.jephotography.smugmug.com)