Thumbnails pod - Fixed large image viewer

I fixed a bug with the first release of thumbnails.cfm, so now it works just fine. Heh, well, I thought the same thing last time, right? Right. Anyhow, whatever. I'm not worked up over it. So it's a workin' now.

If you want to have a thumbnail gallery where a click on a thumbnail brings up a full-size version of the photo, here is what you need to do:

You need two directories of images, one with the thumbnails, one with the full-size images. The images within must be identically named. How you create those thumbnails is up to you. Me, I used TNGen. For example, if you had two directories, "foo" and "foo-big", and they contained small and large images, well, yeah. You get the idea, or at least I hope you do.

Upload those directories to the /images/slideshows/ dir within blogCFC, just as you would do for a slideshow.

You now need to pass in three additional URL variables:

  • fullsize: name of the dir holding the full-size images ("foo-big")
  • fullsizeh: number indicating the height in pixels of your full-size images
  • fullsizew: number indicating the width in pixels of your full-size images

That should do it. Either that or it's not working again, ha!

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
BlogCFC was created by Raymond Camden. This blog is running version 5.9.3.002. Contact Blog Owner