Why are my images rendering as empty space? #37413
Replies: 2 comments
-
|
Hi there @StartAutomating and welcome to our community! Thank you for asking a great question 🙂 To get started, introduce yourself in our official introduction thread |
Beta Was this translation helpful? Give feedback.
-
|
In case anyone else faces similar problems, in my case, it was because a tool I was using in a workflow was mangling the copy. Long story made short: the file was re-encoded as text, which broke .gifs in different ways then .pngs and .svgs.
See the stackoverflow question for details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This one continues to vex me.
I've got a number of sites with existing assets.
SVG assets seem to render fine, but everything else seems to break in interesting ways:
.GIFs render as a transparency of the correct dimensions
.PNGs render as a broken image link
One of my repositories with this issue is EZOut.
It's current GitHub Page will show copious blank space where images should be.
I recently built a little "preview page" for static files to see if that would help me narrow down the problem. Here is that page's source. No dice.
I've also asked variations of this theme on StackOverflow, to no avail.
What the heck is going on here?
Beta Was this translation helpful? Give feedback.
All reactions