SyntaxFix
Write A Post
Hire A Developer
Questions
In HTML5 better use this:
{ //... canvas.width = img.naturalWidth; //img.width; canvas.height = img.naturalHeight; //img.height; //... }