Zen Cart Logo
Forums / General Questions / why do pictures look squashed...

why do pictures look squashed...

Locked

Views: 1,820

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
23 Jul 2006, 9:29 AM
#1
brisbanetimeout avatar

brisbanetimeout

Zen Follower

Join Date:
Jul 2006
Posts:
108
Plugin Contributions:
0

why do pictures look squashed...

I have changed settings ect in Admin and nothing seems to work... Most of the pictures in the "New Products" window are squashed... I have changed the settings in the Whats_new.php and there was no change in picuture size...
Lets know where that setting is...

Ta
Dave
https://www.timeoutmassage.com.au/zen

23 Jul 2006, 9:52 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: why do pictures look squashed...

brisbanetimeout:

I have changed settings ect in Admin and nothing seems to work... Most of the pictures in the "New Products" window are squashed... I have changed the settings in the Whats_new.php and there was no change in picuture size...
Lets know where that setting is...

Ta
Dave
https://www.timeoutmassage.com.au/zenCAn't see anything wrong with your images, Dave. Tried in IE6, FF1,5 and Opera 9 (the site's rather brokem in Opera if you're worried about that - but the images look fine!). Which browser and version are you using?

23 Jul 2006, 10:03 AM
#3
brisbanetimeout avatar

brisbanetimeout

Zen Follower

Join Date:
Jul 2006
Posts:
108
Plugin Contributions:
0

Re: why do pictures look squashed...

I am using IE 6 ... It is only some images.. when you go to the site it will be the first few pictures... I think its the ones I just put on which are oil products...
Have another look https://www.timeoutmassage.com.au/zen

23 Jul 2006, 11:09 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: why do pictures look squashed...

I don't think your center images are squashed. I think your whatsnew sidebox images are being stretched. Your center images seem to come in at least three different widths (which accurately match the information embedded in their file names), but all are then stretched to the same width in the the sidebox. This is particularly clear if you compre the text on the side of the two versions of the Melrose Massage Oil.

23 Jul 2006, 11:23 AM
#5
brisbanetimeout avatar

brisbanetimeout

Zen Follower

Join Date:
Jul 2006
Posts:
108
Plugin Contributions:
0

Re: why do pictures look squashed...

Yes.. I realize that... the center images are all good.. it is the New Products box that I am trying to fix... how can I fix that ? Any ideas ??

23 Jul 2006, 12:15 PM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: why do pictures look squashed...

I suspect that you're using the Whats New Scrollbox add-in. The current version of this add-in uses the value that you set in admin as your small image width as the width for all the images that it displays. No reason to suspect that the older version you're using does otherwise.

This leaves you with two options: either make all your images the same width to start with (it's generally a good idea but I don't seriously recommend going back and reworking them all) or edit your add-in sideboxes/tpl_whatsnew.php to remove the reference to width being set to SMALL_IMAGES_WIDTH. You may be able to locate it by searching on > width="' . SMALL_IMAGE_WIDTH . '"

23 Jul 2006, 1:33 PM
#7
bluedotgames avatar

bluedotgames

New Zenner

Join Date:
Jul 2006
Posts:
24
Plugin Contributions:
0

Re: why do pictures look squashed...

I thought you could also set the width/height to blank to eliminate such effects. Set one and it will keep the image proportional.

23 Jul 2006, 2:49 PM
#8
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: why do pictures look squashed...

bluedotgames:

I thought you could also set the width/height to blank to eliminate such effects. Set one and it will keep the image proportional.I'm not sure that I understand your point. I am suggesting that brisbanetimeout set only one (height) in order to have the image render proportionately.