ZenphotoCMS Forum
Scattered Thumbnails - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Scattered Thumbnails (/thread-5015.html)



Scattered Thumbnails - ilia - 2009-04-10

First of all lots of thanks for the developers great job!!!

I have scattered thumbs problem, I build my theme on base of default theme
(the problem appear in default theme too) and it's looks like this:
http://www.naturephoto.co.il/zenphoto/index.php?album=birds
If I will mark the crop option the problem will disappear, but I
prefer to keep the ratio size of the thumbs.
I already searched the forum for ideas and tried some suggestions like
using another function calling for thumbs on album.php it's do not work for me...
I want the thumbs on album page to look less or more like here: http://www.focuswildlife.com/Landscapes1.htm

Any help?
Thanks in advance




Scattered Thumbnails - acrylian - 2009-04-10

You need to work on the theme's css to achieve this.




Scattered Thumbnails - krucz36 - 2009-04-11

I have the exact same issue. Where would I look in CSS?




Scattered Thumbnails - ilia - 2009-04-11

Thanks a lot!
It's helps!




Scattered Thumbnails - ilia - 2009-04-11

I have changed "imagethumb" class in related css file,
just add WIDTH: 150px; HEIGHT: 150px; to the class, (150 works for me)
play with the number...




Scattered Thumbnails - krucz36 - 2009-07-30

long time to respond! thanks for the info ilia, that indeed solved my ragged ordering issue. the only thing that happened after is that the photo thumbs are all different sizes, and some jump over the white thumbnail border, while others come up shy, leaving a variable-sized white bar along the bottom.

i'm poking and prodding the CSS. i'll post if I come up with anything. thanks again!