Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Click To enlarge


RainDance

Recommended Posts

Sakeena,

 

The images are displayed in the original size that you uploaded the image. So if you upload a 320x240 image, then that will be the largest size.

 

 

Chris

Link to comment
Share on other sites

Sakeena,

 

The images are displayed in the original size that you uploaded the image. So if you upload a 320x240 image, then that will be the largest size.

 

 

Chris

I think mine is different. I think all pictures are showing as 500wx600h.

Is there a way to change it???

Link to comment
Share on other sites

Sakeena,

 

The pop up images would not resize themselves unless you have added an image contribution. If you have, then I would check the images area under configuration in the admin to see if you have the option to change the sizes.

 

 

 

Chris

Link to comment
Share on other sites

  • 1 month later...

I am having the same issue. My "Click to Enlarge" images are extremely large, only a 1/4 or the image fits on the page. I can change the size in the admin log in under configuration / images.

 

Under the configure / images tab, I have the option to change the small image, heading image, and subcategory image, calculate image size, and image required.

 

Which width and height will change the "Click to Enlage" image? I have messed with all three, small, heading, and subcategory, and the "Click to Enlarge" image does not change.

Link to comment
Share on other sites

As Chris said, the large images are displayed the size you create them, no way for osC to resize.

 

What you are better off doing is creating ALL your large images the SAME size.

 

Then in the product_info.php you can adjust the size of your pop-up window to match your images.

 

This is an example of the javascript code to adjust:

<script language="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=517,height=339,screenX=150,screenY=150,top=150,left=150')
}
//--></script>

 

wink.gif

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...