# AI issues displaying image from files field in HTML report

**URL:** https://community.fibery.io/t/ai-issues-displaying-image-from-files-field-in-html-report/10873
**Category:** Get Help
**Created:** [May 17, 2026, 3:33pm UTC](https://community.fibery.io/t/ai-issues-displaying-image-from-files-field-in-html-report/10873 "2026-05-17T15:33:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Finanzamt\_Muellheim](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/finanzamt_muellheim/32/12892_2.png) [@Finanzamt\_Muellheim](https://community.fibery.io/u/Finanzamt_Muellheim)
#### Post date: [May 17, 2026, 3:33pm UTC](https://community.fibery.io/t/ai-issues-displaying-image-from-files-field-in-html-report/10873/1 "2026-05-17T15:33:38Z")

</div>

Hi there,

I have been playing around with the new AI HTML reports. I have a gallery view showing for each entity the image as a head cover. I want to have a similar view in an HTML report, and the AI does almost everything great except for the images in the files field.  
If the same picture is inside a Rich Text field, the AI can display it in an HTML report without an issue. Is there a workaround? Or should I paste all my images I have for each entity in a rich text field instead of uploading into files field?

Thanks!

---

<div class="post-metadata">

### Author: ![bear](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/bear/32/12872_2.png) [@bear](https://community.fibery.io/u/bear)
#### Post date: [May 25, 2026, 11:18pm UTC](https://community.fibery.io/t/ai-issues-displaying-image-from-files-field-in-html-report/10873/2 "2026-05-25T23:18:24Z")

</div>

Hi there! It’s been a while, hope you’re well. Good quetsion. Yes, there is a workaround. You want to use the images api. Here is an example:

```auto
// the Files API
https://therightplace.fibery.io/api/files/ca41bfea-a203-4f4f-b26e-51c642913866

// link to the same files using the Images API and shrunk to a smaller size
https://therightplace.fibery.io/api/images/a/ca41bfea-a203-4f4f-b26e-51c642913866?width=160&height=100&dpr=2

```

Hope that helps!

---

<div class="post-metadata">

### Author: ![Finanzamt\_Muellheim](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/finanzamt_muellheim/32/12892_2.png) [@Finanzamt\_Muellheim](https://community.fibery.io/u/Finanzamt_Muellheim)
#### Post date: [May 26, 2026, 12:26pm UTC](https://community.fibery.io/t/ai-issues-displaying-image-from-files-field-in-html-report/10873/3 "2026-05-26T12:26:39Z")

</div>

Hey @bear ,

hope you are doing fine my maps-brother, interesting, let me try this workaround!

Thanks for the help 🙂
