Contact: aviboots(AT)netvision.net.il
41,500 questions
54,078 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" */