- Home
- Templates
- YouTube Thumbnail
- Before / After Thumbnail
Before / After Thumbnail Template
1280 × 720px · YouTube Thumbnail
Split-screen comparison with labeled halves and a VS badge — built for transformation and results content.
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 |
|---|---|---|---|
| headline | text | No | 30-DAY TRANSFORMATION |
| labelBefore | text | No | BEFORE |
| labelAfter | text | No | AFTER |
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-0024-4a00-8a00-000000000024" --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-0024-4a00-8a00-000000000024',
layers: {
"headline": {
"text": "30-DAY TRANSFORMATION"
},
"labelBefore": {
"text": "BEFORE"
},
"labelAfter": {
"text": "AFTER"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More YouTube Thumbnail templates
Other templates in this category you can start from.
Vlog Thumbnail
Full-bleed photo with a darkened bottom band for the hook — built for daily-vlog and day-in-the-life content.
Tech Review Thumbnail
Product shot on the right, price-hook headline and a star-rating pill on the left — built for gadget reviews.
Bold Statement Thumbnail
A confession-style hook in oversized type, with a small reaction-photo circle for a personal touch.
Top 5 Listicle Thumbnail
Giant number badge plus a punchy headline — the countdown-listicle format that reliably earns clicks.
Frequently asked questions
What size is a YouTube thumbnail?
YouTube recommends 1280 × 720px (16:9) — every template here is built at that size.
Can I swap in my own photo or screenshot?
Yes — templates with a photo region accept your image via an upload or an image URL, and the rest of the layout stays on-brand.
Start with the Before / After Thumbnail template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template