Hi all,
I am using the PrintLatestAlbums function in album.php
my code is as follows:
<?php printLatestAlbums($number = 4, $showtitle = true, $showdate = false, $showdesc = false, $desclength = 40, $showstatistic = '', $width = 124, $height = 124, $crop = true, $albumfolder = '', $firstimglink = false); ?>
At the moment this is displaying the correct thumb for each album, but with default cropping.
Is there any way to generate the thumbs with the correct cropping (ie: the cropping I have done through the admin menu)?
thanks
Comments