I am using Tailwind and if you are as well then this solution may be helpful.
/* global.css */ @tailwind base; @layer base { img { @apply inline-block; } } @tailwind components; @tailwind utilities;
https://github.com/niklasvh/html2canvas/issues/2775#issuecomment-1204988157