You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/custom-collage.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,3 +129,74 @@ Notes:
129
129
-`placeholder` uses `placeholderpath` at `placeholderposition`.
130
130
131
131
Single framed images only work when `apply_frame` is `always`.
132
+
133
+
## Collage Frames and Backgrounds: Name Changes
134
+
135
+
This guide explains how layout-specific frames and backgrounds are applied automatically if they exist. The system supports **default templates** with specific layout prefixes.
136
+
137
+
---
138
+
139
+
### How Name Changes Work
140
+
141
+
When you select a collage layout, the system looks for **layout-specific files**:
142
+
143
+
-**Frames:**`<layout>_<frame_filename>`
144
+
-**Backgrounds:**`<layout>_<background_filename>`
145
+
146
+
If the layout-specific file exists, it replaces the default. If it does **not exist**, the system uses the default file.
147
+
148
+
**Example:**
149
+
150
+
- Default frame: `basic.png`
151
+
- Layout: `1+2-1`
152
+
- System checks for: `1+2-1_basic.png`
153
+
- If exists → used automatically
154
+
- If not → falls back to `basic.png`
155
+
156
+
---
157
+
158
+
### Supported Layout Prefixes / Default Templates
159
+
160
+
The following prefixes can be used when naming layout-specific frame or background files (based on default available templates):
161
+
162
+
-`1+2-1`
163
+
-`1+3-1`
164
+
-`1+3-2`
165
+
-`2+1-1`
166
+
-`2+2-1`
167
+
-`2+2-2`
168
+
-`2x3-1`
169
+
-`2x3-2`
170
+
-`2x4-1`
171
+
-`2x4-2`
172
+
-`2x4-3`
173
+
-`2x4-4`
174
+
-`3+1-1`
175
+
-`collage`
176
+
177
+
---
178
+
179
+
### User Guidelines
180
+
181
+
1.**Upload layout-specific files** using the pattern: `<layout>_<filename>`
182
+
Example: `2+2-1_frame.png` or `2+4-2_background.jpg`
183
+
184
+
2.**Keep default files** in place for fallback.
185
+
Example: `frame.png`, `background.jpg`
186
+
187
+
3.**Automatic selection:**
188
+
- When a layout is selected, the system checks if a layout-specific file exists.
189
+
- If it exists, it replaces the default automatically.
0 commit comments