Skip to content

Commit 888529e

Browse files
committed
Update ScreenCapture.js
1 parent 03e072f commit 888529e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ScreenCapture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const deepClone = (host) => {
371371

372372
if (node instanceof HTMLCanvasElement) {
373373
try {
374-
clone.setAttribute("bb-canvas-data", resizeImage(node.toDataURL(), 500, 500));
374+
clone.setAttribute("bb-canvas-data", resizeImage(node.toDataURL(), 750, 750));
375375
} catch (exp) {
376376
console.warn("Gleap: Failed to clone canvas data.", exp);
377377
}

0 commit comments

Comments
 (0)