Fix full page screenshot (#296)

This commit is contained in:
Tessa Walsh 2023-04-24 12:53:06 -04:00 committed by GitHub
parent 6531d52e2c
commit a2a38ce621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export const screenshotTypes = {
"fullPage": {
type: "png",
omitBackground: true,
fullPage: false
fullPage: true
}
};