Jump to content

Big LOGO showing in emails


Recommended Posts

22 hours ago, brvhosting said:

I tried everything to fix this logo size in each email but no luck. Can someone please help me out to fix this logo size issue. The logo which comes in invoice pdf is showing perfect size only this email logo needs to be fixed.

the logo image used in the emails is assigned from the setup -> general settings -> general -> Logo URL... so I think the simplest solution would be to resize the image file and upload it again.

alternatively, you could define a width in the relevant part of the Global Email Header Content under the mail tab in general settings, but I would have thought just resizing the actual image would be simpler.

<img src="{$company_logo_url}" style="max-width:600px;padding:20px" id="headerImage" alt="{$company_name}" />

 

Link to comment
Share on other sites

I tried everything to fix this logo size in each email but no luck. Can someone please help me out to fix this logo size issue. The logo which for the pdf and email is showing perfect size only this invoice logo needs to be fixed. I made the image smaller still no luck.  Thanks, Patrick

Link to comment
Share on other sites

On 27/07/2018 at 06:28, SyberCore said:

so this is the image used in the HTML invoice ?

if so, have you tried editing the viewinvoice.tpl template and defining a size (width/height or class) in the <img src> code...

{if $logo}
	<p><img src="{$logo}" title="{$companyname}" /></p>
{else}
	<h2>{$companyname}</h2>
{/if}

 

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated