
Originally Posted by
BGundlach
You're absolutely right. I needed to run the handle_image function on my large image. I borrowed fual lightbox's zen_lightbox.php and voila working great. Thank you
Hi there, I'm trying to find out the same thing but I don't understand what you replaced $products_image_large with? I did a search for the handle_image function on the developers toolkit and saw a few results. I did look into the files but really don't understand what to replace it with.
I've found the following code on zen colorbox:
Code:
// hook for handle_image() function such as Image Handler etc
if (function_exists('handle_image')) {
$newimg = handle_image($src, $alt, $width, $height, $parameters);
list($src, $alt, $width, $height, $parameters) = $newimg;
}
I tried replacing $products_image_large with $newimg_large and checking the source code shows up a blank
I'm trying to get Product Image Zoom plugin to point to IH4 large image instead of having to put large images into the images/large folder.
Thank you for your patience!
Bookmarks