was just wondering how do I change the height of the popup, tried doing it in windows.php and in standard.js but nothing ever changed no matter what I did
I tried that before but no matter what number I put the size remains the same, I even tried really big numbers just to see if it does anything or not but the popup remained the same size in IE and FF
what values have you change? popup window is first open as big as it set in js/standard.js in function windowPhoto, and there are ... "heigth=500,width=700, and then when photo is loaded window change sizes to that image but you can change that size by set variables iPlusWidth and iPlusHeight for example: iPlusWidth = 20; iPlusHeight = 20; and put them after lines: var iPlusWidth = 0; var iPlusHeight = 0; if( isIE ){ iPlusWidth = 4; iPlusHeight = 4; }