DPI Scaling with WebView on Windows?

Hi Folks,

I wondered if anyone had any tips for handling DPI scaling with WebView on Windows? Currently with 150% scaling in Windows (3840x2160 res display) I have to set my html doc CSS to width:66.7vw to reproduce normal scaling (width). Likewise there is an issue with document height as well, the screenshot should have a footer but it’s pushed outside the window view.

My code is using WebViewEditorDelegate as the plugin UI container

Windows Scaling set to 150% (see how the UI gets clipped)