Merge pull request #5616 from electron/inherit-zoom
Inherit zoomFactor in webview
This commit is contained in:
commit
8ac93e02c6
5 changed files with 33 additions and 5 deletions
|
@ -179,6 +179,7 @@ var attachGuest = function (embedder, elementInstanceId, guestInstanceId, params
|
|||
guestInstanceId: guestInstanceId,
|
||||
nodeIntegration: (ref1 = params.nodeintegration) != null ? ref1 : false,
|
||||
plugins: params.plugins,
|
||||
zoomFactor: params.zoomFactor,
|
||||
webSecurity: !params.disablewebsecurity,
|
||||
blinkFeatures: params.blinkfeatures
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue