Commit c191d8b
authored
Stack testimonial generator sections vertically (#93)
- ensured avatar preview requests use anonymous CORS with no referrer to avoid cross-origin 403 errors when loading external photos.
- added shared fetch options (CORS mode, no-referrer policy, image-friendly Accept headers) so html-to-image fetches avatars successfully during export.
- set avatar preview to request images anonymously without referrers to avoid cross-origin 403s
- provide html-to-image with fetch options and image-friendly Accept headers for rendering
- arrange the testimonial form above the preview so inputs appear first and the image card sits below
------
[Codex Task](https://chatgpt.com/codex/tasks/task_e_69452e5bb00c832580cef83c63564991)1 parent 16223f3 commit c191d8b
1 file changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
| |||
236 | 230 | | |
237 | 231 | | |
238 | 232 | | |
239 | | - | |
| 233 | + | |
240 | 234 | | |
241 | 235 | | |
242 | 236 | | |
| |||
353 | 347 | | |
354 | 348 | | |
355 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
| 365 | + | |
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
| |||
0 commit comments