
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] IMAGES
On Wed, 2001-11-28 at 14:04, Jim Webster wrote:
> I'd like my flypage to show the picture at 80x80 (which I can do). How can
> I make the image "clickable" to show a full size view of the photo.
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>
Here is something I do that is similar. You can see it at
http://creativetoyoutlet.com/10019.
I have my small images in images/200 and my larger ones on image/450.
I have the following on my flypage.html:
[icimage sku='[item-field image]' imagesubdir=items/200]
[seti large_image][icimage sku='[item-field image]'
imagesubdir=items/450][/seti]
[if scratch large_image]
<div align=center>
[page
href=image
form=|image=[item-field image]|
]View larger image[/page]
</div>
[/if]
--
Bill Carr
Worldwide Impact
bill@worldwideimpact.com
413-253-6700
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users
- References:
- [ic] IMAGES
- From: Jim Webster <jim@powergatenetworks.com>