When printing, Firefox disables / crop images if they are more than one print page, how do I disable this behavior?

If I have an image on a web page that exceeds the height of one print page, the bottom of it is cropped / cropped by Firefox when printing (for example, it is viewed in the preview window), this does not happen in Chrome and probably not IE, not sure Opera and others.

How to disable this cut / crop and get a full image on two or more pages?

I would prefer to do this using HTML / CSS / Javascript rather than browser settings, but if this is a problem with browser settings, I think I just need to trust my users to do this.

+3
source share
2 answers

- " " . , .

0

overflow: visible !important;
0

All Articles