Quote Originally Posted by davewest View Post
The tutorial for images takes a reading or two to get it, but if you don't get things to work before lightbox, it seems to be a problem with lightbox when its not.

Think of it this way may help.... you need a container to hold the images you plan on using for a product type.... say PRODUCTS or AUCTIONS...

your small images would then be..
images/PRODUCTS/12324.jpg

your medium
images/medium/PRODUCTS/12324_MED.jpg

your large
images/large/PRODUCTS/12324_LRG.jpg

same with auction images
your small images would then be..
images/AUCTIONS/12324.jpg

your medium
images/medium/AUCTIONS/12324_MED.jpg

your large
images/large/AUCTIONS/12324_LRG.jpg

That's basically what I did... except for the medium... think the tutorial also talks about dropping everything into one folder as long as the _LRG _MED is on the files works too, but I like keeping mine as above...

To test to see if all is working right as should... turn off scripting and the normal popup should work... check the image file name.
Your pattern was very clear.
I followed it and now everything works fine.
Thanks