Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 answers
573 users
const img = new Image(); img.src = 'https://www.collectivesolver.com/images/grammarly-grammar-checker.png'; img.onload = function() { console.log('width: ' + this.width) console.log('height: '+ this.height); } /* run: "width: 250" "height: 250" */