ZenphotoCMS Forum
thumbs varying size - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: thumbs varying size (/thread-2398.html)



thumbs varying size - hamsterbacke82 - 2008-03-11

is it possible to display thumbs in two different sizes..
for example the first one big and the other ones smaller?? (not the random function though)

Does anyone know something about this or give me some idea how it works?




thumbs varying size - acrylian - 2008-03-11

Yes, that is possible. You have to modify your themes index.php or album.php. Put a counter on the next_album() or next_image() loop then use the getCustomSizedImage Function to display the first differently. More about that function in our functions guide.




thumbs varying size - hamsterbacke82 - 2008-03-14

thanks a lot, good to know it s possible.. I will give it a try




thumbs varying size - hamsterbacke82 - 2008-03-15

wow that was easy... worked great.. thanks!