First Are all of your large images matted to exactly the same size?
If not do that
Then in a copy of /includes/templates/template_default/popup_image_additional/tpl_main_page for your template change
Code:
<body id="popupAdditionalImage" class="centeredContent" onload="resize();">
To
Code:
<body id="popupAdditionalImage" class="centeredContent" onload="">
Than - and this is not overridable so maintain an original
/includes/modules/pages/product_info/jscript_main.php file change the sizes to the size of your large image
Code:
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')