Hello,
Hoping to resolve a small issue. I have the photo gallery installed, and was able to upload files and they were resized. I used the default config settings, however the large images do not appear in the upper window, though the thumbs do appear in the bar across the bottom. Any ideas?
Here is my config file:
<?php
//Define the folder where your photos will be placed on you server.
//Relative to the path you place the galery index.php
$gallerypath="images"; //EX. images or ../gallery/images no trailing slash needed
$thumbpath="imagethumbs"; //EX. images or ../gallery/images no trailing slash needed
$transitionspeed="500"; //How fast you want the animations to render
$fadespeed="300"; //How fast you want the photos to fade in and out
$users[]="xxxx"; //Username for accessing image uploader
$passw[]="xxxxx"; //Password to access image uploader
?>
and you can see the gallery @:
http://mattcostello.net/e2_gallery/
Thanks for your help, and I love this little piece of software! Its exactly what I have been looking for in a photo gallery.