diff --git a/util/screenshots.js b/util/screenshots.js index 3bcfa000..09b34bc2 100644 --- a/util/screenshots.js +++ b/util/screenshots.js @@ -21,7 +21,7 @@ export const screenshotTypes = { "fullPage": { type: "png", omitBackground: true, - fullPage: false + fullPage: true } };