Zen Cart Logo
Forums / General Questions / Image re-size!!

Image re-size!!

Locked

Views: 433

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Aug 2010, 12:57 AM
#1
adambob avatar

adambob

New Zenner

Join Date:
Jul 2010
Posts:
14
Plugin Contributions:
0

Image re-size!!

I uploaded a new photo to replace the logo.gif at /includes/templates/template_default/images/logo.gif.

the new photo apreared fine but i could not control its size even though i changed its at in the header.php

// added defines for header alt and text
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '95px');
define('HEADER_LOGO_HEIGHT', '30px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

can you please advise me how to control the size of that logo?

Thank you for your assistance.
Adam

22 Aug 2010, 8:52 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Image re-size!!

I believe the size defines in the header php file are no longer relevant.

Your logo should be created at the exact size you want it in your header. Do not rely on sizing defines in the code.