The community member is trying to get the width and height dimensions of an uploaded image using JavaScript, but is having difficulty. They have tried using ChatGPT's help, but couldn't get it to work. One community member suggests using the imgbb API to upload the image and get the dimensions, while another community member is unsure how to mark the post as solved, but is still interested in finding an easy JavaScript solution.
I was able to do this just by using the api for imgbb and uploading images there from the URL- Don't necessarily need to use their image storage and can set to delete soon after but this returns the image dimenstions among other things with the HTTP Request.