bigdyce45 Posted February 28, 2004 Posted February 28, 2004 I want the product's thumbnail to stay at 100 pixels. But I want it to be 300 pixels on the info page. How can I change one without changing the other??? This is the code I'm looking at, but I don't know how to manipulate it: <?php if (tep_not_null($product_info['products_image'])) { ?> <table border="0" cellspacing="0" cellpadding="2" align="right"> <tr> <td align="center" class="smallText"> <script language="javascript"><!-- document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> </td> </tr> </table>
♥Vger Posted February 28, 2004 Posted February 28, 2004 Go to your 'admin' panel and alter the maximum/minimum values for image sizes. Vger
bigdyce45 Posted February 28, 2004 Author Posted February 28, 2004 I didn't see those options. Could you be alittle more specific? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.