Text modes in Orshot Studio control how text behaves when it doesn't fit within its container dimensions. There are three modes available: Fit, Truncate, and Overflow
Text flows naturally and may extend beyond the container boundaries.
Use when:
Automatically adjusts font size to fit text within the container while maintaining readability.
Use when:
Configuration:
Displays as many complete lines as possible within the container and adds ellipsis (...) to indicate truncated content
Use when:
When generating images via API, text modes are automatically applied based on your template configuration. No additional parameters required - the text processing happens during image generation
{
"templateId": "your-template-id",
"data": {
"title": "Your dynamic text content"
}
}The text will be processed according to the mode you configured in the Studio editor
