Quote Originally Posted by gjh42 View Post
The product base image (in /images/ or /images/your_subdir/) is the thumbnail: the smallest sized image.
You don't want additional images at thumbnail size, ever - that's what all the work is about, to get medium-sized additional images on the product info page.
OK, that's what i thought, as the file in /images/ is the lowest-res (product listing thumbnail-sized)

So the additional files w/o the suffix _MED and _LRG should be unnecessary if I am seeking medium-sized additional images....OK..makes sense... [/QUOTE]

Quote Originally Posted by gjh42 View Post
The stock ZC code requires a thumbnail-sized image for every product image, main or additional. My mods change that to requiring a medium-sized image for the additional images, and a large image if desired.
$products_image_match_array = array();

OK, thanks....this seems right on target! : )
-----------------------
Quote Originally Posted by gjh42 View Post
We have both spent a lot of time trying to describe what we think code may or may not do; it would save a lot of energy if you try the code and see what it does. If it doesn't work, I'll troubleshoot it. Save a copy of the original file.
OK...I've been doing that...before I started all this I saved the default additional images.php file. I have a few variations I've tried since, just playing around.

Ill give this a try and report back my results.

have a good weekend.