Manual handling of thumbnails

So you want to make it the hard way, up to you ! You'll have to do manually what is normally done automatically by phpGraphy.

  1. Create a .thumbs/ subdirectory under the directory where you've your original pictures.

  2. Upload thumbnail version of your pictures into the .thumbs/ directory following this naming convention. Add the thumb_ prefix followed by the original filename (eg: for a file named test.jpg, upload a thumbnail named thumb_test.jpg).

  3. Upload low-resolution version of your pictures into the .thumbs/ directory following this naming convention. Add the lr_ prefix followed by the original filename (eg: for a file named test.jpg, upload a thumbnail named lr_test.jpg).