a-x- / react-easy-print

Powerful react component for easy printing
https://www.npmjs.com/package/react-easy-print
MIT License
87 stars 19 forks source link

Images Not Appearing #27

Closed darshanawollstra closed 6 years ago

darshanawollstra commented 6 years ago

In my wep page, all the relevant images are displayed. Once i get the page to print preview mode, it doesn't show the images (broken images). Could anybody help me on this?

a-x- commented 6 years ago

Hey, @darshanawollstra I'll try help you

Are you use v0.6.0-beta.1? Can you show some screenshots and little code snippets?

darshanawollstra commented 6 years ago

screenshot from 2018-06-25 10-04-48 Images taken from the web sites are not displayed. I'm using react-to-print 1.0.16 version

darshanawollstra commented 6 years ago

got it solved by adding the image as a backgroundImage for a div element.