From a2a38ce6219fb8543afe99e72310c2ef3a25c547 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 24 Apr 2023 12:53:06 -0400 Subject: [PATCH] Fix full page screenshot (#296) --- util/screenshots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } };