Hi
I am using now 1.22 version of zenphoto. I would like to upgrade it to 1.24 version but thumbails on index page of newest photos looks bed. In 1.22 they are crisp at 180x140px but when I upgrade zenphoto to 1.24 they are upscalled from 85x85px to 180x140. What can I do with that ?
Best Regards
Comments
'div#images img{
border: 2px solid #444;
color: #CCCCCC;
width:180px;
height:140px;
margin:8px 8px 8px 8px;
background:#555;
}'
getCustomImageURL [line 2626]
Returns the url to the image in that dimensions you define with this function.
Parameters:
int $size: the size of the image to have
int $width: width
int $height: height
int $cropw: cropwidth
int $croph: crop height
int $cropx: crop part x axis
int $cropy: crop part y axis
bool $thumbStandin: set true to inhibit watermarking
string getCustomImageURL( int $size, [int $width = NULL], [int $height = NULL], [int $cropw = NULL], [int $croph = NULL], [int $cropx = NULL], [int $cropy = NULL], [bool $thumbStandin = false] )