Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Version 2.2 Milestone2 Blurry Picture??


amz77

Recommended Posts

Posted

Version 2.2 milestone2 Blurry Picture

 

I am working with oscommerce 2.2 milestone2.

After a large picture is uploaded(for large view), the category picture(description size) is blurry. The Enlarged size (original size) picture looks normal, but when sized down for categories it looks blurry. Is there anyway to prevent this?

 

I've tried every possible solution as far as configuring the pic sizes. Is there an easy solution to having the picture look normal for both large view and the description size?

 

Again, I reduced & uploaded the pic to 100x150 and it looks normal, and when I click to enlarge it still stays the same size. If I enlarge the pic, for example, 487x360 the smaller size becomes blurry but the enlarge is normal.

 

NOTE: Yesudo.com thank you for sending me the codes, but I noticed your version is v 1.97 and I am using version 2.2. I tried your coding and I received errors.

 

:( :blink: :unsure:

Posted

right, this is a typical weakness of oscommerce, i had the same trouble as you do.

 

i solve by:

1. create a set of thumbnails which fit the Small_image_width and Small_image_height in Configuration table

 

2. put all thumbnails in catalog/images

 

3. put all full size photos in catalog/images/full_img/

you must keep your thumbnails and full size phtos in the same names.

 

4. change this line in popup_image.php as --

 

echo tep_image(DIR_WS_IMAGES .'full_img'.$products['products_image'], $products['products_name']);

 

it works for me. look at my recent site PianoShawl.com

Archived

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

×
×
  • Create New...