Content
Displays photo galleries from newest to oldest and randomly selects a thumbnail for each photo gallery (and it's title) by default. The thumbnail and title are lumped together in one area that has a link to the same page passing a parameter which causes the page to load the appropriate photo gallery. Photos are displayed in a common format (with a thumbnail) with options to download a medium or large version of the image. Photo galleries are typically uploaded via FTP in an appropriately named folder, with the large (original version) of the photos. A link is available to create the gallery. The most recent 3 photo galleries are shown by default and all others can be seen by using the "Older photo galleries" option.
Gallery creation
- Small, Medium, and Large folders are created if they do not exist
- Original photos are resized to 300px (pixels) wide (with height automatically adjusted to keep it in proportion), renamed to the original file name plus "-Small", and saved in the Small folder
- Original photos are resized to 900px (pixels) wide (with height automatically adjusted to keep it in proportion), renamed to the original file name plus "-Medium", and saved in the Medium folder
- Original photos are renamed to the original file name plus "-Large" and are moved to the Large folder
- A link to create (or add to) a photo gallery is displayed any time new photos are found in a root level folder (i.e. not moved to the Large folder yet)
- Small photos are typically between 15KB and 20KB, so to view a page of thumbnails with 100 photos would take 1 second (to transfer 1.95 Megabytes at 1.19MB/sec (10Mbps)); the web page could take longer to load though because it also depends on the speed of the machine and how efficient the web browser you're using is
- Thumbnails are enlarged when you hover over them to indicate which one you're looking at
- Photo dimensions and file size are displayed for users (for all images in the gallery) so they can determine which photo to download if they choose to download the image
- The number of photos displayed side by side when viewing a gallery are automatically adjusted using CSS