Can someone please explain how to re-size the main image in product_info.php in OSC 2.31. I see the code,
<script type="text/javascript">
$('#piGal ul').bxGallery({
maxwidth: 300,
maxheight: 200,
thumbwidth: <?php echo (($pi_counter > 1) ? '75' : '0'); ?>,
thumbcontainer: 300,
load_image: 'ext/jquery/bxGallery/spinner.gif'
});
</script>
All my images are 450x450 pixel. I would like in product_info.php that the be 250x250.
Thanks Jr














