We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f36d60 commit 52daea0Copy full SHA for 52daea0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "capture-template",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "This library is responsible for expanding a template web page and then capturing it PNG or PDF.",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
src/web-page-renderer.ts
@@ -109,6 +109,8 @@ export class WebPageRenderer implements IWebPageRenderer {
109
const nightmareOptions: any = {
110
show: this.options && this.options.showBrowser,
111
frame: this.options && this.options.showBrowser,
112
+ height: 100000,
113
+ width: 100000,
114
maxHeight: 1000000,
115
maxWidth: 1000000,
116
waitTimeout: this.options && this.options.waitTimeout,
0 commit comments