Skip to content

Commit

Permalink
Update ScreenCapture.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jul 3, 2024
1 parent 03e072f commit 888529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenCapture.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const deepClone = (host) => {

if (node instanceof HTMLCanvasElement) {
try {
clone.setAttribute("bb-canvas-data", resizeImage(node.toDataURL(), 500, 500));
clone.setAttribute("bb-canvas-data", resizeImage(node.toDataURL(), 750, 750));
} catch (exp) {
console.warn("Gleap: Failed to clone canvas data.", exp);
}
Expand Down

0 comments on commit 888529e

Please sign in to comment.