In the BrowserWindow electronic node constructor, you can specify webPreferences: { zoomFactor: x } to enlarge the web content of the window.
Is there a way to change this when BrowserWindow is already created?
And is there a way to indicate that the content is not smoothed when zoomed in, but zoomed in with the nearest neighbor?
source share