Hi,
Where do you change the size of images in the Lightbox function. I have had a look in templates/slimbox and templates/lightbox and it's not apparent. At the moment the images seem to be default to 400x500px.
Cheers
Lightbox
Re: Lightbox
Original image size up to these values in conf.inc.php
Code: Select all
$phpwcms['img_prev_width'] = 800; //max width of the large preview image
$phpwcms['img_prev_height'] = 600; //max height of the large preview image