79439843

Date: 2025-02-14 15:40:28
Score: 2.5
Natty:
Report link

You can add a windowWidth to html2canvas for this. Solved the issue for me!

const canvas = await html2canvas(element, { scale: 2, windowWidth: 1440 });

https://html2canvas.hertzen.com/configuration

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jamie Pask