|
Author |
Message |
stoker
Joined: 13 Apr 2008
Posts: 1
|
Posted: Sun Apr 13, 2008 5:38 pm Post subject: Can this be done...w/ Photoshop or any other program? |
|
|
Is there a method or program that would enable this: clicking on an image expands it into the "bigger picture" which includes the image clicked on and the surroundings/context of the first image? For example, clicking on a picture of an individual person opens up the bigger image of the entire school class that he or she is a part of. I can think of a gzillion possibilities for this (if it can be done). Thanks for any ideas! |
|
|
|
 |
doubrovski
Joined: 29 Sep 2007
Posts: 230
|
Posted: Sun Apr 13, 2008 10:39 pm Post subject: |
|
|
Hi stoker,
IMO, you are describing an ordinary (HTML or Flash driven) web gallery. Just link cropped thumbnails to full-size pictures.
Regards _________________ Andrei Doubrovski
SimplePhotoshop.com |
|
|
|
 |
haydos585
Joined: 22 Mar 2008
Posts: 22
Location: Adelaide, Australia PS Version: CS2 OS: WindowsXP/Mac OSX 10.5
|
Posted: Sun Apr 13, 2008 10:52 pm Post subject: |
|
|
yeah..does sound like html i guess you would use the code
<a href="www.myschoolclass.com/2008/graduation.jpg">
<img src="www.photobucket.com/mygallery/gradthumb">
</img></a>
ive got a feeling that might not be the actual coding but its all i can think of at the moment lol _________________ >img resizemod="on" onload="rmw_img_loaded(this)" src="http://i9.photobucket.com/albums/a76/haydos/Haydoscommsigcopy.jpg"> |
|
|
|
 |
|