[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Thumbnails and Full Size
> David xxxxxxx wrote:
>
> > Hello everybody! I just got minivend and I'm setting it up for the
> > first time. I noticed in the documentation that it supports
> > thumbnails that you can click on to display a larger image. I'm
> > having no problems displaying the Thumbs, I'm at a loss when it comes
> > to clicking on the thumbs to display the full size
> > image. Thanks! Regards, David xxxxxxxdxxxxxxx@bscsystems.com
Hi David
I decided I wanted a larger image displayed on the flypage for each
product
and thought the obvious way to do this was to create a "largeimage"
field
in the products database. Then in the flypage I changed
<IMG SRC="[item-field image]" ALT="[item-field title]" BORDER="0">
to
<IMG SRC="[item-field largeimage]" ALT="[item-field title]" BORDER="0">
There may be a better way to do this but this works relatively
painlessly.
Simon B