niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.48k stars 4.8k forks source link

html2canvas on WordPress Sites doesn't work #3094

Open dbareis opened 1 year ago

dbareis commented 1 year ago

I'm on the latest versions of htmlcanvas, Chrome and WordPress on Windows 11.

This JsFiddle works, but the same code fails in WordPress (the promise code doesn't get executed). I believe this fails as jQuery is included in WordPress in a Compatibility Mode.

Has anyone created a version that works with WordPress or at least knows how to make it work there? If not, maybe it wouldn't be too hard to create one or explain what needs to be done (to someone who doesn't understand JQuery and not a Javascript expert).