Zenphoto nightly 12-12-2008. Theme: stopdesign.
There seems to be something wrong with the "previous thumbnail" in image.php.
This piece of code looks weird:
`<?php echo htmlspecialchars($img->getCustomImage(89, NULL, NULL, NULL, NULL, NULL, NULL, true)); ?>`
in comparison with this piece:
`<?php echo htmlspecialchars($img->getCustomImage(NULL, $iw, $ih, $cw, $ch, NULL, NULL, true)); ?>`
Comments
That's right. This was related to the thumbnail navigation ;-)
Sorry I did not make that clear.
It's just that the image inside the previous-35mm slideframe is not the right size.
It is overflowing the frame.
When I indeed make the first line of code the same as the second everything is OK.
Thanks.