When I click on "Larger Image", the pop up is the same size as the original image. I followed a post that I saw here and edit the file jscript_main.php:
<script language="javascript" type="text/javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=400,height=550,screen X=150,screenY=150,top=150,left=150')
}
function popupWindowPrice(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=550,scree nX=150,screenY=150,top=150,left=150')
}
//--></script>
No changes were noted. The original image size is 400x600, so that's not an issue. Not sure what to do at this point. I have the images in the "Image" folder as well as the "Large" sub folder. Any Suggestions?



