question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Images not being shown in the runnings at all

See original GitHub issue

A 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:open
  • Created 9 years ago
  • Reactions:5
  • Comments:10

github_iconTop GitHub Comments

1reaction
PradyumnaRcommented, Jun 22, 2017

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.

1reaction
lokeshjain20commented, Oct 16, 2016

any solution my runnings is not working at all , not even text is coming

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found