What size should an email countdown timer be?
The constraint that decides this is older than any timer product: a typical email template is about 600 pixels wide, and it has been for two decades. Everything else about sizing follows from that number.
Start from the 600px template, not from the timer
If the timer is as wide as the template, it fills the column edge to edge with no margin and reads as a banner rather than as part of the message. Something in the range of 450–550 pixels leaves breathing room on both sides and still dominates the block it sits in. tikio’s default design is 498×139 for this reason — deliberately under the template width rather than matching it.
There is an upper bound, and it is there on purpose
tikio caps a design at 744×372 pixels. The width is roughly 1.2× the classic email column, which leaves headroom for wider templates without letting a timer become a full-page graphic; the height keeps the countdown a horizontal strip rather than a square block. The editor enforces the ceiling while you drag sliders, so you cannot accidentally build a design that fails when you publish it.
Mobile: the client scales it, you choose what survives
Most mobile clients scale images down to fit the screen, so a 500px timer on a 375px phone is displayed at about 75% size. Digits survive this well; small labels are what disappear first. If your list is mobile-heavy, size the labels generously or turn them off and let the digits carry the message.
Retina screens and the width attribute
Set an explicit width on the image tag rather than letting the client guess. If you want extra sharpness on high-density screens, design the timer larger and display it at half that width — the same technique as any other retina image. Never leave the dimensions off entirely: without them, clients reflow the layout when the image arrives.
<img src="https://tikio.io/e/a1b2.gif?target=2026-08-01T20:00" alt="Offer ends soon" width="480" style="max-width:100%;border:0;" /> FAQ
Should the timer be full width in the email?
Usually not. A timer that touches both edges of the template looks like an advertisement dropped into the message; a slightly narrower one reads as part of it and tends to perform better.
Does a larger timer mean a heavier email?
No. The image is fetched from the timer service when the email is opened, so it never counts toward the size of the message itself.
What about the 102KB Gmail clipping limit?
That limit applies to your HTML, and a timer contributes only one image tag to it. Clipping is caused by bloated markup, not by the images the markup references.
Build a countdown that behaves
Free during early access — no watermark, no credit card.
Create your free countdownSetting one up? See guides for your email platform or website embed guides.
Last updated: 2026-08-01.