I want to zoom GeckoWebBrowser like in Mozilla Firefox (on image) using C# or JavaScript
Thanks for help.
Try this feature:
this.BrowserForThisInstance.GetDocShellAttribute().SetZoomAttribute(34);
Regards