Hi @DanM55 ,
You can setting the zoom level to "Fit to Page" by default by executing JavaScript code once the WebView2 control is initialized.
webView21.CoreWebView2.ExecuteScriptAsync("document.body.style.zoom = 'fit-to-width';")
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.