diff --git a/src/modules/html.js b/src/modules/html.js index f4e40dedb..32145a827 100644 --- a/src/modules/html.js +++ b/src/modules/html.js @@ -348,6 +348,8 @@ async: true, allowTaint: true, scale: 1, + scrollX: this.opt.scrollX || 0, + scrollY: this.opt.scrollY || 0, backgroundColor: "#ffffff", imageTimeout: 15000, logging: true,