Zen Cart Logo
Forums / Basic Configuration / Click to enlarge image window not resizing

Click to enlarge image window not resizing

Views: 1,062

Results 1 to 2 of 2
21 Apr 2015, 8:43 PM
#1
ckfs1 avatar

ckfs1

New Zenner

Join Date:
Dec 2013
Location:
Ohio
Posts:
22
Plugin Contributions:
0

Click to enlarge image window not resizing

Line #15 : document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '\\\')">' . zen_image(addslashes($products_image_medium), addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');

How do I see the width and height of the large image block and if this is not the right place where is it.

C

22 Apr 2015, 3:19 PM
#2
trinity14 avatar

trinity14

Zen Follower

Join Date:
Jan 2014
Location:
Ontario, Canada
Posts:
252
Plugin Contributions:
3

Re: Click to enlarge image window not resizing

You can set the size dimensions in your admin -> configuration -> images ->
Make sure you have your large images located in your images/large folder.