I'd like to mimic the user zooming out to 80% when viewing my webpage. Something along the lines of
`google-chrome --headless --disable-gpu --screenshot --zoom=0.8 --window-size=1920,1080 http://www.example.com/`
But the "zoom" property doesn't exist, and I can't find anything in this list that looks comparable:
https://peter.sh/experiments/chromium-command-line-switches/
This must be a fairly common thing for people to want to do, so I feel I must be missing something simple...