Add zoomFactor to guest params
This commit is contained in:
parent
fef2f789cd
commit
4754e4aabb
2 changed files with 3 additions and 1 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