Images not being shown in the runnings at all
See original GitHub issueA possible variation on #43. I have a script that uses a running script thus:
exports.header = {
height: '1in',
contents: function(pageNum, numPages) {
return '<img src="logo.jpg" height="39px" width="77px"><hr>';
}
};
It shows a blank image in the header. I’ve tried absolute paths as well (/path/to/logo.jpg) and altering the height, to no avail. Like #43 I then included the image in the text. No image appears, just a blank rectangle.
Any other HTML fragment in the running - text of various styles, even tables - works, but no images.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:5
- Comments:10
Top Results From Across the Web
Images in the runnings are not being shown if not present in ...
I have noticed a strange thing: an image is not being shown in the runnings if it is not present in the body...
Read more >Why Are Web Page Images Not Showing? - Computer Hope
If you don't see any images at all, it's likely an issue on your end and not the web page you're visiting. More...
Read more >Resolve the "Images Not Showing on Website" Error [2022]
One of the most common reasons for displaying broken images could be related to an old or corrupt web browser. For instance, if...
Read more >7 Ways to Fix Google Chrome Not Loading Images - MakeUseOf
A conflicting browser extension might stop it from loading images. The best way to test this is to use incognito mode. Open the...
Read more >images not showing up when running JAR - Stack Overflow
But after built&clean I see no images, but all actions are done. Can you please suggest what is wrong? Getting so mad because...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still experiencing the same problem. unable to get the image in header & footer when header.contents returning from runnings.js. Anyone having luck in solving this issue.
any solution my runnings is not working at all , not even text is coming