
Originally Posted by
rstevenson
It's more likely includes/modules/pages/popup_image/jscript_main.phpRob
Yes, that is it!! Go to about line 40 and you will see:
PHP Code:
frameWidth = imgWidth;
frameHeight = imgHeight+i;
You need to change that to add (as needed) additional window area. I did the following:
PHP Code:
frameWidth = imgWidth+5;
frameHeight = imgHeight+40+i;
Thanks for your help.
OH - it might be a good idea to do includes/modules/YOUR_TEMPLATE/pages/popup_image/jscript_main.php
Sawhorse