Discord image sizes for link embeds
Last updated: September 20, 2026.
Size figures on this page are placeholders. They are not marked verified because we have not re-checked Discord’s current documentation.
When someone pastes a URL in Discord, the client builds an embed from Open Graph tags on the public page. Large images, titles and descriptions come from that HTML — not from a Discord-only format. This page is about that embed. Numbers in the table are working defaults pending a docs check. A clean 1200×630 PNG with high-contrast type is the practical canvas. Discord may suppress embeds for some domains or when a server has link previews disabled.
Recommended Discord size
| Platform | Image type | Recommended size | Aspect ratio | Max file size |
|---|---|---|---|---|
| Discord | Link embed | 1200 × 630 px | 1.91:1 | 8 MB |
Official page to re-check:https://discord.com/developers/docs/resources/channel#embed-object
How Discord crops your image
Embeds show a landscape image under or beside the title depending on client. Discord favors a wide OG ratio. Keep the headline away from the outer edges.
Very tall images can be letterboxed or clipped. Prefer 1.91:1 for URLs you expect in Discord channels.
Embeds are cached. Replacing a file in place may leave the old image until Discord refreshes. Use a new path when the artwork changes.
Three common Discord mistakes
No og:image in the raw HTML
Client-rendered meta tags never reach Discord’s fetcher. Emit tags at build time or on the server.
CDN hotlink protection
If the image host blocks Discord’s fetch, the embed has text and no picture. Allow anonymous GET.
Expecting invite or nitro-only previews
This guide is for public http(s) pages. Discord invite links and in-app objects follow different rules.
Debugging a blank Discord embed
Confirm View Source has absolute og:title, og:description and og:image. Open the image URL in a private window. Then paste the page URL in a test channel. Server settings that disable link embeds will hide all previews regardless of tags.
Use the [link preview checker](/link-preview-checker/) to see the first HTML response without relying on Discord’s cache.
Create a Discord-friendly OG image
Opens the generator with the Discord size preset selected. Nothing is uploaded.