Story Photo Feature Template
1080 × 1920px · Story
A photo-forward vertical story that puts your own image front and center with a bold headline and a clear call to action.
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 | Every frame tells a story |
| subhead | text | No | A closer look at the shots that made the cut. |
| cta | text | No | View the gallery |
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-0012-4a00-8a00-000000000012" --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-0012-4a00-8a00-000000000012',
layers: {
"headline": {
"text": "Every frame tells a story"
},
"subhead": {
"text": "A closer look at the shots that made the cut."
},
"cta": {
"text": "View the gallery"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More Story templates
Other templates in this category you can start from.
Story Tip List
A clean dark quick-tips story with a bold headline and three dotted takeaways.
Story Event
A bold 9:16 event and webinar announcement story with a live badge, date, host line, and save-your-seat CTA.
Story Flash Sale
A bold 9:16 flash-sale story with a red badge, giant discount, and one-tap shop CTA.
Story Quote
A bold testimonial quote story with a giant quotation mark, centered headline, and clean attribution on solid indigo.
Frequently asked questions
What size is an Instagram/Facebook Story?
Stories are 1080 × 1920px (9:16). Every story template is built at that size with content kept inside the platform safe zones.
Can I swap in my own photo?
Yes — templates with a photo area accept your image via an upload or an image URL, and everything else stays on-brand.
Start with the Story Photo Feature template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template