Fix displaying images. #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: threeoh6000/herb#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Images cannot be displayed over herb, inline or directly.
This is due to them being treated as text instead of a binary and is henceforth a bug.
Turns out it's actually harder to get an image to display through a browser. While I have now managed to get the raw binary bytes transferred through Firefox still says there are errors with images and Chromium shows a square.
Fixed in
245131e