Jump to content

Shop logo image sizes


Recommended Posts

I'm configuring our online shop and can;t find the maximum pizel dimensions for the shop logo images:

 

Header logo

Header logo for mobile

Mail logo

Invoice logo

 

I assume that the favicon will be a standard dimensions of 16 x 16 px.

 

Can you please confirm the other dimensions.

Link to comment
Share on other sites

i mean that front end display logo in sizes based on original image file width & height.

 

this is the code from tempalte file (header.tpl)

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />

 

{$logo_image_width} - it's a image file width

{$logo_image_height} - it's a image file height

 

so just upload bigger logo (coz {$logo_image_height} and {$logo_image_width} is based on uploaded file height and width)

Link to comment
Share on other sites

Yes, but surely there are limitations in this - I mean if I uploaded a file that was 1500px wide it would cause the whole page to blow out, I just want to know what the optimum dimensions are. Sorry if I'm being a bit of a simpleton, but I don't do development, and only really grasp vaguely what you are saying with regards to the code you have copied.

 

I just want to know what are the pixel dimensions that work best for the different files that I need to upload and can't find them anywhere.

Edited by pixie1982 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...