Dan

Results 1 comments of Dan

i have a solutions for you, just before use html2canvas code load this to change all images from lazy load to eager load: ``` const lazyElements = document.querySelectorAll('[loading="lazy"]'); lazyElements.forEach(element =>...