Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Enlarge image pop up window help

Enlarge image pop up window help

Locked

Views: 7,682

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 Jan 2007, 3:51 AM
#1
da_bsg avatar

da_bsg

New Zenner

Join Date:
Dec 2006
Posts:
13
Plugin Contributions:
0

Enlarge image pop up window help

please click the enlarge image here: http://sgshop.byethost31.com/zencart/index.php?main_page=product_info&cPath=1&products_id=3

you will see the pop up enlarge image window that displays at the top and left with very wide border, but bottom and right with no border but couldn't display entire image.

I understand the pop up window size setting too small for the image display, how do I set the pop up window larger
thanks.

15 Feb 2010, 3:28 PM
#2
khanse44 avatar

khanse44

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Enlarge image pop up window help

You need to edit the bolded part of your JavaScirpt

<script language="javascript" type="text/javascript"><!--
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')
}
function popupWindowPrice(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,[B]width=600,height=400[/B],screenX=150,screenY=150,top=150,left=150')
}
//--></script>
15 Feb 2010, 3:36 PM
#3
jorsara avatar

jorsara

New Zenner

Join Date:
Oct 2009
Posts:
89
Plugin Contributions:
0

Re: Enlarge image pop up window help

Hi,

You really need to take better pictures. Is that your hand I am seeing in your pictures?

fishing lines are great for hanging small items and add a white background in your picture.:no:http://www.zen-cart.com/forum/images/smilies/no.gif

15 Feb 2010, 6:23 PM
#4
khanse44 avatar

khanse44

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Enlarge image pop up window help

I goofed up posting the code. Examine the javascript in the header - you'll find a spot that specifies the height & width. Edit that.