mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
Fix full page screenshot (#296)
This commit is contained in:
parent
6531d52e2c
commit
a2a38ce621
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const screenshotTypes = {
|
||||||
"fullPage": {
|
"fullPage": {
|
||||||
type: "png",
|
type: "png",
|
||||||
omitBackground: true,
|
omitBackground: true,
|
||||||
fullPage: false
|
fullPage: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue