crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.29k stars 672 forks source link

firefox print empy images #602

Open ghost opened 2 years ago

ghost commented 2 years ago

hello, i use ur service and chrome print just fine, but FireFox won't print any images and instead print empty boxes

t-walker-wei commented 2 years ago

@ghost This happend to me also.Did you solved this issue?

asamoumen commented 2 years ago

I'm facing same issue, have you find a workaround ?

t-walker-wei commented 2 years ago

My workaround is use base64, for example: <img src="**{base64 string of image}**">, This works find for me with .jpg and .png