I scrap a webpage content using curl. And create DOM using that html content. I need to check size of the images that contained in that html.
Is that possible to width and height of an using Php DOM (image tag not containing the width and height attribute)?