Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created May 10, 2011 22:25
Show Gist options
  • Save chriseppstein/965507 to your computer and use it in GitHub Desktop.
Save chriseppstein/965507 to your computer and use it in GitHub Desktop.
<style media="print">
#printed-image { content: url(/path/to/image.png); }
</style>
<img id="printed-image" src="/images/spacer.gif">
@chriseppstein
Copy link
Author

@barraponto: I think it can. I used an img to be sure the browser would print it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment