Images can be static (always the same) or dynamic (changed via API).
Adding Images
Option 1: Upload Your Own
- Click Images in the left sidebar
- Click Upload and select your file
- Drag the image onto your canvas
Option 2: Use Stock Images
- Click Images > Stock
- Search for what you need
- Click to add to canvas
Option 3: Drag and Drop
- Simply drag an image file from your computer onto the canvas
Making Images Dynamic
- Select the image element
- Name the layer (e.g.,
product_photo) - Use the API to replace it:
json{ "dynamicElements": { "product_photo": { "src": "https://example.com/my-image.jpg" } } }
Image Requirements
- Formats: JPG, PNG, WebP, SVG
- Max Size: 10MB per image
- Recommended: Use URLs for dynamic images (faster than base64)
Image Fitting Options
- Fill: Image fills the entire frame (may crop)
- Fit: Entire image visible (may have empty space)
- Stretch: Image stretches to fill (may distort)
- Tile: Image repeats to fill the space