Some SVG files are not showing on Index page #5940
Replies: 4 comments 2 replies
-
|
One SVG has a fixed width and height and another one scale to view. Have you configured the field using https://nova.laravel.com/docs/resources/file-fields.html#images |
Beta Was this translation helpful? Give feedback.
-
|
The same issue. |
Beta Was this translation helpful? Give feedback.
-
|
FWIW, specifying |
Beta Was this translation helpful? Give feedback.
-
|
I found a solution for my use case. Only think of note is that The resulting HTML from my approach renders, a containing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
The File field is not displaying some SVG images on resource index page. It shows perfectly fine on Detail/Create/Edit screens.
Detailed steps to reproduce the issue on a fresh Nova installation:
File examples:
The first one works perfectly but the 2nd image does not display on index.
Beta Was this translation helpful? Give feedback.
All reactions