Html2canvas Image Issue On Firefox While Working Fine On Chrome
I am using html2canvas.js and it's working 100% fine in chrome while in firefox it's not showing some div's which are arrows inside my target div am just converting image to base64
Solution 1:
I was saving images with .png extension and was getting issue in firefox than I saved them with .jpg extension and it solved my problem.
Post a Comment for "Html2canvas Image Issue On Firefox While Working Fine On Chrome"