- Home
- Templates
- LinkedIn Banner
- Speaker / Event Banner
Speaker / Event Banner Template
1584 × 396px · LinkedIn Banner
Keynote-speaker banner with talk title, event name, and date — decorative rings sit right, text clear of the photo overlap.
Free to start · 50 renders included · no credit card required.
Editable fields
Override any of these when you clone the template or generate via the API.
| Field | Type | Required | Default |
|---|---|---|---|
| eyebrow | text | No | KEYNOTE SPEAKER |
| title | text | No | Designing for Trust at Scale |
| event | text | No | Config 2026 · San Francisco · Oct 14 |
Generate this template via API
Render it on demand from any language, or use the official TypeScript SDK.
# Public render — returns a PNG (no auth needed for public templates)
curl "https://renderfa.st/api/render?templateId=0a1b2c3d-001c-4a00-8a00-00000000001c" --output image.pngimport { createClient, postApiGenerate } from '@renderfast/client';
const client = createClient({
baseUrl: 'https://renderfa.st',
headers: { Authorization: 'Bearer ' + process.env.RENDERFAST_API_KEY }
});
const { data, error } = await postApiGenerate({
client,
body: {
templateId: '0a1b2c3d-001c-4a00-8a00-00000000001c',
layers: {
"eyebrow": {
"text": "KEYNOTE SPEAKER"
},
"title": {
"text": "Designing for Trust at Scale"
},
"event": {
"text": "Config 2026 · San Francisco · Oct 14"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More LinkedIn Banner templates
Other templates in this category you can start from.
Minimal Banner
Clean light banner with name and role separated by a thin accent rule — quiet, text clear of the photo overlap.
Product Banner
Product-launch banner with headline copy and a swappable screenshot frame — image sits far right, clear of the photo overlap.
We're Hiring Banner
Bold hiring announcement banner with an open-roles pill and headline, text sits clear of the profile photo overlap.
Company Page Banner
Indigo banner with a logo mark, wordmark, and tagline for a company page — clear of the logo/photo overlap.
Frequently asked questions
What size is a LinkedIn banner?
LinkedIn banners are 1584 × 396px (4:1). Every template here is built at that size, with key content kept clear of the profile photo overlap in the lower-left.
Will my profile photo cover part of the banner?
Your profile photo overlaps the lower-left corner. These templates keep their content clear of that area, so nothing important gets hidden.
Start with the Speaker / Event Banner template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template