Quote Originally Posted by niestudio View Post
Hi Jostar,
What method are you using to create the additional images?
When I checked your code for the page, your additional images code is creating javascript popup windows and there is no sign of the rel="lightbox-g" code which is how the lightbox works.

daniel
Hi Daniel, i'm using IH2 to generate additional 'RESIZED' images. The method I use is this:
1) Assume that I have one style of clothing with five different colors(Red, Green, Brown, Pink, Navy).
2) Resize all images from 3MP to 600x800px to be used as the large images(This is only resize I execute myself).
3) Choose one of the five images to use as a main image(Red for example) and rename it as 'clothing_example.jpg'.
4) Rename the rest of the images: 'clothing_example_Green.jpg', 'clothing_example_Brown.jpg', 'clothing_example_Pink.jpg', and 'clothing_example_Navy.jpg' with respect to images' color.
5) Using FTP, upload all six images to a corresponding folder and add an item in Zen Cart Admin Page.
6) Finish adding item and there are small, medium, large images that are automatically resized by IH2.

This basically is the method I use to upload images for an item I want to add.

Please advise.
Thanks