Add support for responsive images and img srcset
Kristian Svensson
When crawling modern responsive websites the site audit often complains on Image filesize being too large. But that is often wrong since the websites use image srcset to define what image sizes/dimensions to be served and those are most of the time small. So site audit gives false positives.
Please add support for image srcset and checking image file size correctly.