As some people may know, I created an online photo gallery at www.kerryandwillie.com/gallery/ for my sister’s upcoming wedding.Â
Late this evening my mom pointed out that you could only see a small square image if you clicked on a photo. So instead of seeing the big photo (shown at bottom), you’d see the small photo (shown below).
 Â

Not good, and Gallery offers little support for small problems like this. I found a solution so I figured I’d share it here.
I began by Googling “gallery menalto thumbnail” and came up with this page:
Not sure if this is a feature or a bug, so I’m posting here
If you set the permissions on a gallery such that guests can only see the resized images, and the original image is smaller than the resize limit, then when the guest clicks on the thumbnail, they only get to see the thumbnail again, rather than the larger image. E.g. if the resized file is max 800 x 800, and the original image is 640 x 480, then the 640×480 image can never be seen by the guest – only the thumbnail.
http://gallery.menalto.com/node/42042
So, I knew it had to do something with the “resized images.” I now thought, “WTF are resized images???” There’s little to no documentation on what they are, but playing around with the Gallery admin form showed that you could see the original image was still there, but “guests” (i.e. people not logged in) could only see the thumbnail view. So clearly there had to be some setting that would let guests see the original image.
With Gallery, you can set permissions on individual images or on an album. As it turns out, you need to follow a ridiculously non-intuitive series of clicks to fix the problem. The steps I took were:
- Log in and go to the album with the “thumbnail” issue.
- Click on “Edit Permissions.”
- Click on “Remove” to the right of “View resized version(s).”
- Scroll down below ‘New Group Permissions.” Click in the text box, type “Everybody,” and select “[core] View original version”. Click “Add Permission” to add this permission to the album
Basically what this does is let “Everyone” (i.e. all guests, who aren’t logged in) to view the original image. For some reason, this fixes the problem.