How to Add a Photo to Your Email Signature (Best Practices)
Learn how to add a professional headshot to your email signature. Photo size, format, and placement tips for Outlook, Gmail, and Apple Mail.
Signkit Team
Email Signature Experts - Jan 25, 2026

An email signature with photo is a block of contact information appended to outgoing emails that includes a professional headshot or portrait alongside your name, title, and company details. Adding a photo makes your signature more personal, builds trust with recipients, and increases the chance that people remember who you are after the conversation ends.
Your face is your most recognizable brand asset. While logos and color palettes communicate company identity, a photo communicates something more powerful: a real human on the other end of the email. In sales, support, consulting, and any client-facing role, that personal connection matters.
This guide covers why photos work, what specs to use, how to add them in every major email client, and the mistakes that trip most people up.
Why Use a Photo in Your Email Signature?
The Data Behind Photo Signatures
Research consistently shows that adding a photo to professional communications improves engagement:
- According to a study published in Psychological Science, people are 35% more likely to trust a message when it includes a photo of the sender compared to text-only communications (Psychological Science, 2012).
- HubSpot reports that emails with personalized elements, including sender photos, see up to 26% higher response rates than generic emails without visual personalization (HubSpot, 2024).
These numbers make sense. Humans are wired to process faces faster than any other visual element. A small headshot in your signature taps into that instinct.
When a Photo Makes Sense
Adding a professional headshot to your email signature is most effective for client-facing roles like sales, consulting, recruiting, and customer success, where building personal rapport through email directly impacts your results.
Photos work best when:
- You communicate with external contacts regularly
- Your role involves relationship building
- You attend meetings where people may not recognize you
- You work remotely and want to put a face to the name
Photos may be less appropriate for:
- Highly regulated industries where photos could introduce bias
- Internal-only communication roles
- Legal or compliance contexts where neutrality matters
- Shared department inboxes
Ideal Photo Specifications
Getting the technical details right prevents your photo from looking pixelated, stretched, or oversized across email clients.
Dimensions and Size
| Specification | Recommended Value |
|---|---|
| Display size | 80-120px square |
| Source file | 200-240px square (2x for retina) |
| File size | Under 50KB |
| Aspect ratio | 1:1 (square) |
| Shape | Square or circular crop |
Why 2x resolution? Modern screens (retina displays on Mac, high-DPI on Windows) render images at double density. A 100px displayed photo should come from a 200px source file. This keeps your headshot crisp on every device.
File Format
| Format | Best For | Notes |
|---|---|---|
| JPG | Headshots and photos | Smallest file size, no transparency |
| PNG | Photos with transparent backgrounds | Larger files, supports transparency |
| WebP | Modern clients only | Not universally supported in email |
| GIF | Never for photos | Low quality, limited colors |
Stick with JPG for headshots. It produces the smallest file size with acceptable quality. Use PNG only if you need a transparent background for a circular crop effect.
Resolution and Quality
- Minimum resolution: 72 DPI (screen standard)
- Recommended: 144 DPI (retina-ready)
- Compression: Use 80-85% JPG quality for the best size-to-clarity ratio
- Color space: sRGB (the web standard)
Avoid saving photos at 300 DPI (print resolution). It creates unnecessarily large files that slow email loading without any visible quality improvement on screen.
How to Add a Photo in Outlook
Outlook Desktop (Windows)
- Open Outlook and go to File > Options > Mail > Signatures
- Select an existing signature or click New to create one
- In the signature editor, position your cursor where you want the photo
- Click the image icon in the toolbar
- Browse to your headshot file and click Insert
- Right-click the inserted image and select Picture > Size
- Set width and height to your desired display size (80-120px)
- Lock the aspect ratio to prevent distortion
- Click OK, then Save
Outlook tip: Outlook for Windows uses Word's rendering engine, which can resize images unpredictably. Always set explicit width and height attributes.
Outlook on the Web (OWA)
- Go to outlook.com or your Microsoft 365 webmail
- Click the gear icon > View all Outlook settings
- Go to Mail > Compose and reply
- In the signature editor, click the image icon
- Upload your photo or paste a hosted URL
- Click the image to resize using drag handles
- Click Save
Outlook for Mac
- Open Outlook and go to Outlook > Preferences > Signatures
- Select or create a signature
- Drag and drop your photo into the editor, or use Edit > Paste after copying the image
- Double-click the image to access size settings
- Set dimensions and click OK
How to Add a Photo in Gmail
Gmail Web
- Go to Settings (gear icon) > See all settings
- Scroll to the Signature section under the General tab
- Select your signature or click Create new
- Position your cursor in the editor where you want the photo
- Click the image icon in the formatting toolbar
- Choose one of three methods:
- Upload: Select from your computer
- Web Address (URL): Paste a hosted image link
- Drive: Pick from Google Drive
- Click the inserted photo and use Small, Medium, or Large to adjust the size
- Scroll down and click Save Changes
Gmail tip: Using a hosted URL (option 2) is the most reliable method. Gmail re-hosts uploaded images on its own servers, which occasionally causes display issues in other clients.
For a complete walkthrough, see our Gmail email signature guide.
Gmail Mobile
The Gmail mobile app only supports plain text signatures. To include a photo in your mobile signature:
- Set up your full signature with photo in Gmail web
- Enable it as default for new emails and replies
- Gmail syncs these settings to mobile-composed emails
How to Add a Photo in Apple Mail
macOS
- Open Mail > Preferences > Signatures (or Mail > Settings > Signatures on newer macOS versions)
- Select the email account and signature you want to edit
- Uncheck Always match my default message font for more control
- Open your headshot in Preview or Finder
- Copy the image (Cmd+C) and paste it into the signature editor (Cmd+V)
- Resize by dragging the corners of the image
- Close the Preferences window to auto-save
Apple Mail tip: Apple Mail has the best CSS support of any email client, so your photo will look great. But remember that recipients using Outlook may see it differently. Always test.
iOS (iPhone/iPad)
- Go to Settings > Mail > Signature
- iOS mail signatures are plain text only by default
- To add an image, you need to create an HTML signature on your Mac and sync it via iCloud
For more Apple Mail tips, check our Apple Mail signature guide.
Hosting Your Photo: Embedded vs. External
This is where most people make the biggest mistake. How you include your photo matters just as much as the photo itself.
The Problem with Embedded Images
When you paste or drag a photo directly into a signature editor, the image gets embedded as a base64-encoded string or as an attachment. This causes several problems:
- Bloated email size: Each email carries the full image data, sometimes adding 100KB+ per message
- Attachment confusion: Some clients show embedded images as attachments, cluttering the recipient's view
- Spam triggers: Large embedded images increase the chance of spam filtering
- Inconsistent rendering: Different clients handle embedded images differently
The Better Approach: Hosted Images
Host your photo on an external server and reference it with a URL:
<img src="https://yourcompany.com/team/photos/jane-smith.jpg"
alt="Jane Smith"
width="100"
height="100" />
Benefits of hosting externally:
- Tiny email size (just a URL reference)
- Consistent rendering across clients
- Easy to update without changing the signature
- No attachment confusion
Where to host:
- Your company website or CDN
- Cloud storage with public URLs (AWS S3, Cloudflare R2)
- Dedicated signature management tools like Signkit
Avoid hosting on:
- Google Drive (links often get blocked)
- Free image hosts that inject ads or watermarks
- Services that expire URLs after a period
Common Mistakes to Avoid
1. Wrong Aspect Ratio
Problem: Using a rectangular photo in a space designed for a square, or vice versa. The result is a stretched or squished face.
Fix: Always crop your photo to a 1:1 (square) aspect ratio before inserting it. Use your operating system's built-in image editor or a free tool like Squoosh to crop precisely.
2. Oversized File
Problem: Using a 2MB photo straight from your camera. It slows email delivery and triggers spam filters.
Fix: Resize to 200-240px square and compress to under 50KB. JPG at 80% quality is the sweet spot.
3. Low Resolution on Retina Screens
Problem: Using a 100px source image displayed at 100px. It looks fine on standard screens but blurry on retina displays.
Fix: Use a source image that is 2x your display size. Display at 100px? Use a 200px source file.
4. No Alt Text
Problem: When images are blocked (many corporate email clients do this by default), recipients see a broken image icon with no context.
Fix: Always include descriptive alt text:
<img src="photo.jpg" alt="Jane Smith, Marketing Director at Acme" />
5. Embedding Instead of Hosting
Problem: Pasting the photo directly into the signature editor, which embeds it as base64 or an attachment.
Fix: Upload your photo to a web server and reference it by URL. This keeps emails lightweight and rendering consistent. See the hosting section above.
6. Photo Too Large in the Signature
Problem: A headshot that takes up half the signature, pushing contact details below the fold.
Fix: Keep photo display size between 80-120px. The photo should complement your contact info, not dominate it. For more on sizing, see our guide on email signature dimensions.
Professional Headshot Tips
Your email signature photo is a tiny image, but it still needs to look professional. Here is how to get the best result even without a professional photographer.
Lighting
- Use natural light from a window (face the window, not away from it)
- Avoid overhead fluorescent lighting (creates harsh shadows under the eyes)
- Soft, diffused light is most flattering
Background
- Use a plain, neutral background (white, light gray, or a solid color)
- Avoid busy backgrounds with objects, people, or patterns
- A clean background ensures the photo works at small sizes
Framing
- Frame from mid-chest up (head and shoulders)
- Center your face in the frame
- Leave a small margin above your head
- Look directly at the camera
Expression
- Smile naturally. A slight, genuine smile is the most universally approachable expression
- Avoid overly serious or overly casual expressions
- Match the tone of your industry (creative roles can be more relaxed, corporate roles slightly more formal)
What to Wear
- Wear what you would normally wear to meet a client
- Solid colors work better than patterns at small sizes
- Avoid logos or text on clothing
- Ensure contrast between your clothing and the background
Updating Your Photo
Update your headshot at least once every two years, or whenever your appearance changes significantly. Using an outdated photo creates an awkward moment when you meet someone in person for the first time.
Putting It All Together: The Ideal Layout
A well-designed signature with a photo typically uses a two-column table layout:
[Photo] | Jane Smith
| Marketing Director
| Acme Corporation
| +1 (555) 123-4567
| jane@acme.com
The photo sits in the left column with fixed dimensions. Contact details occupy the right column. A vertical divider (a thin border on the table cell) optionally separates them.
This layout works reliably across Gmail, Outlook, and Apple Mail because it uses table-based HTML with inline styles, not CSS flexbox or grid.
For more layout inspiration, check out our email signature design best practices guide.
Managing Photo Signatures for Teams
When your entire team needs consistent photo signatures, manual setup becomes a headache. Each person needs to:
- Get a professional headshot
- Crop and resize it correctly
- Host it somewhere reliable
- Insert it into their email client
Multiply that by 20, 50, or 200 employees, and you have a significant coordination challenge.
Centralized signature management tools solve this by letting admins:
- Upload and crop headshots in bulk
- Apply them to standardized templates
- Push updates to everyone automatically
- Ensure consistent sizing and placement
Signkit makes it easy to manage photo signatures across your entire organization with templates that handle the technical details for you.
Frequently Asked Questions
What size should a photo be in an email signature?
Your email signature photo should display at 80-120 pixels square. The source file should be double that size (160-240px) for sharp rendering on retina and high-DPI screens. Keep the file size under 50KB by using JPG format at 80-85% quality. Square (1:1) aspect ratio works best for both standard and circular crop styles.
Should I use a round or square photo in my email signature?
Both work well, but each has trade-offs. Square photos are simpler to implement and render consistently across all email clients. Round photos look more modern but require either a PNG with transparent corners (larger file) or CSS border-radius (not supported in Outlook). If consistency matters most, go with square.
How do I stop my signature photo from showing as an attachment?
This happens when the image is embedded rather than hosted externally. Instead of pasting or dragging the photo into your signature editor, upload it to a web server or CDN first. Then reference it by URL in your signature HTML. This method keeps emails lightweight and prevents the image from appearing in the recipient's attachment list.
Can I use my LinkedIn photo for my email signature?
You can, but downloading it from LinkedIn gives you a low-resolution compressed file that may look blurry. Instead, use the original high-resolution photo you uploaded to LinkedIn. Crop it to a 1:1 square, resize to 200px or larger, and export as JPG under 50KB. This gives you a consistent look across both platforms with proper quality.
Do email signature photos affect email deliverability?
They can if handled poorly. Large embedded images (over 100KB) increase email size, which may trigger spam filters. Hosted images referenced by URL have minimal impact on deliverability because the email itself stays small. Always host photos externally, compress them properly, and include alt text. These steps keep your deliverability score healthy.
Key Takeaways
- Host photos externally instead of embedding them. It keeps emails small, prevents attachment confusion, and ensures consistent rendering across all clients.
- Use 2x resolution for your source file. Display your photo at 80-120px but use a 160-240px source image so it looks sharp on retina screens.
- Stick with JPG format at 80-85% quality and keep the file under 50KB. Only use PNG if you need transparency for a circular crop.
- Always include alt text on your photo tag. Many corporate email clients block images by default, and alt text ensures recipients still see your name and role.
- Update your headshot every 1-2 years or when your appearance changes. An outdated photo creates a disconnect when you meet contacts in person.
Create Photo Signatures the Easy Way
Adding a photo to your email signature should not require HTML knowledge or image editing skills. Signkit lets you upload a headshot, choose a template, and deploy polished photo signatures across your entire team in minutes.
Tags
Enjoyed this article?
Get more tips and insights delivered to your inbox every week.
No spam, ever. Unsubscribe anytime.


