I have a responsive site in which I am trying to implement the print media query.
When I preview using the Chrome Devtools (Rendering tab > Emulate CSS media > Print)
, it looked pretty similar to the actual website at that breakpoint but with the print css applied. However, on the print preview (CTRL + P), it is completely different.
The Devtools preview changes as I resize the browser, so I can't really say for sure which breakpoint is being used on the actual print preview mode.
- The question is, when printing, what width does the Browser uses to generate the snapshot?
- Is this width consistent throughout all the browsers?
- If there isn't a fixed width, how shall I go about it?