
Originally Posted by
swguy
Hmm... jinxed it.
The main image looks great but the additional images come out small - original sized. I could have *sworn* this was working - any clues?
In:
includes/classes/observers/auto.zen_color_box_observer.php
At/around line 80 perhaps add the following that is in blue:
Code:
$thumb_slashes = $paramsArray['thumb_slashes'];
$large_link = isset($paramsArray['large_link']) ? $paramsArray['large_link'] : (isset($GLOBALS['large_link']) ? $GLOBALS['large_link'] : '');
$i = $paramsArray['index'];
This was additional information to be carried in the Zen Cart 1.5.7 notifier within includes/modules/additional_image.php file that was not present in Zen Cart 1.5.6 when this section of code was first incorporated and at that time an issue with a missing "large_link" was not evident. It may/may not resolve that issue, but...
Now, that said, I of course question the concern of why it shows as originally stored as compared to the perhaps reasoning to think it would be other than the original image? Ahem... Is there perhaps some additional image handler installed that is/has resized the image? The colorbox doesn't necessarily make the image "larger", it adds a box around the existing image. Or is the issue that the box is not properly sizing around the image and causing an issue with seeing the image "within"?