http://xeenat.com/galleryAs you can see in my gallery, the thumbnail quality isn't that great. Is there any way to improve it?
Also, when you click on a picture's thumbnail, it does't show you the full-size, you have to click again to view the full-size. Is there anyway you can change that as well?
Thanks.
Comments
Looks good!
I also wanted to ask, like see this for example: http://www.xeenat.com/gallery/Artwork/Macaw.jpg
Is there anyway I can show the exact size when people click on the thumbnail of a picture, instead of clicking on it again to view the exact size?
I hope I explained it well enough. If not, forgive me.
Replace:
`<?php printDefaultSizedImage(getImageTitle()); ?>`
With:
`" alt="<?php echo getImageTitle(); ?>" />`
In the image.php of your theme. But make sure you manually size images for your gallery, otherwise they could turn out quite large...
If you want it to be only for a specific album, you could use a conditional, checking `$_zp_current_album->name;` for the specific name you want.