Gallery Thumbnails too big

I’ve embedded a gallery into my page using a PHP include:

<?php $tag_var1="CRJGallery"; include('inc/tags/gal.php'); ?>

but the thumbnails are too big, despite them being set to 120px in the config.php file.

Take a look for yourself:

http://crjdesign.co.uk/photogallery.html

Any way to fix this? In the reqs.php file it shows that GD is enabled so that shouldn’t be the issue.

Also the admin area and pages that are using the CMS are running very slow.

Fixed! Changed the image height in the gal.php file. :slight_smile:

1 Like

This topic was automatically closed after 3 hours. New replies are no longer allowed.