Hi - I'm using zpgalleriffic_v1.4.1 as my theme. The images that I upload are displayed correctly... no problem there, but zpgalleriffic reduces the dimensions of the image to 475px wide, it shows the correct dimensions when I view it in colorbox, but I want to display the correct size on the gallery page.
Anyone any ideas how I change the 475px default? The admin area only allows me to change the percentage size of the thumbs in the strip along the bottom.
Many thanks in advance.
Comments
http://www.zenphoto.org/support/topic.php?id=9923
See lines 92-96 in album.php (also would need to chage in search if you use search):
`
<?php if ($zpgal_crop) { ?>
" title="<?php echo getBareImageTitle();?>"><?php printImageThumb(getAnnotatedImageTitle()); ?>
<?php } else { ?>
" title="<?php echo getBareImageTitle();?>"><?php printImageThumb(getAnnotatedImageTitle()); ?>
<?php } ?>
`