Adding your logo to a template

If you’re looking for a nice high-resolution printable image on your documents we recommend doing the following.

Upload a larger image than you need

We accept image files up to 1mb in size, so upload a file that's twice the resolution you'd like to display. For instance, if the display image will be 200px by 200px, upload a 400px by 400px logo.

Insert your image in the template

Say you uploaded a file called ‘my_logo.gif’, and it’s originally 400 pixels wide...

Insert it like this:

<img src="{{ 'my_logo.gif' | image_path }}" width="200" />

This sets the width in the document to 200px, and will scale properly when printed and downloaded as PDF.