Search code examples
html2canvas

html2canvas grey background removal


As you can see in the picture below, the canvas I am generating with html2canvas has a strange dark background. I have already adapted the body, html and most div background to white with no effect. Is there an option that I can use to modifiy this?

enter image description here

Thanks


Solution

  • This seems to be an issue with box-shadow. Try to disable and export to check. Box-shadow is not supported by html2canvas.