how do you change the default print properties of document in Edge using CSS? The current default print properties has "Shrink-To-Fit" as the default for scale and I would like to change it to 100%. Any ideas how I could do that using css?
Have tried margin:0, padding:0 and changing of height... It is still shrink to it. And the shrink to fit is currently giving the size of 75%.