PDA

View Full Version : Linking Various Versions of Photos to Each Other?


dominik
Feb-22-2006, 03:25 PM
Suppose I have a picture of a sailboat on a lake.

Now suppose I crop it so there's just a sailboat.

Is there anyway to "link" the two photos together to show that the sailboat is just a cropper version of the first picture?

E.g. If I'm looking at the cropped version, I'd like to be able to get a "see original" link -- or similarly, if I do some fancy filtering/editing, I'd like to be able to link to the original.

I realize I can approximate this with keywords (pix0420, original) and (pix0420, cropped) but is there a better way built in?

Just wonderin' :)

Andy
Feb-22-2006, 04:47 PM
You could put a basic html link in the caption:

Here you see a 100% crop. For the full shot, click <a href="nickname.smugmug.com/photos/XXXXXXX-L.jpg">here</a>
Examples of this are here:
http://dgrin.smugmug.com/gallery/1134620
http://dgrin.smugmug.com/gallery/1134620/1/53163544/Large


Oh, and some advanced CSS-trickery:

Sure - how about the first pic in this gallery:

http://www.moonriverphotography.com/gallery/52248

explained here:
http://www.dgrin.com/showthread.php?t=27392

dominik
Feb-22-2006, 08:24 PM
cool, thanks much :)