In my gallery.php page I am calling the getAlbumThumb function which returns the url to the thumb.
No matter what I do I always get this:
/zenphoto/zp-core/i.php?a=new-york&i=ny-19.jpg&s=75&cw=75&ch=75&q=75&t=1
which basically give me a 75x75 px thumbnail image. How can I change that ? Is there a way to change the thumbnail size by default, is there another function that I could use to create a url with the proper sizes for i.php or should I hardcode the url in my file ?
I found in the option tabs that I can change the quality of the thumbnail but even cranking it up to 100 I end up with q=75 in the url.
thanks for your help.
cheers,
frank.
Comments
what i want to do is to have only one thumb image which changes on-the-fly when i mouseover the album link. for that i need to pass the url to a javascript function. and i was hoping to be able to that with the 'getAlbumThumb' function but from what i can see in the 'code source' of my webpage, the function always return the same url without taking into account the setting for the thumb size and crop.
well thanks for your previous answer and i hope i do not look to stupid.
cheers,
frank.
i keep you posted.
frank.
anyway thanks a lot for your time.
frank.