Extract images from img srcset attribute
Liam Sharp
Posted 5 May, 2017 by Liam Sharp in
Extract images from img srcset attribute
Configuration > Spider > Advanced > Extract Images From IMG SRCSET Attribute
If enabled will extract images from the srcset attribute of the <img> tag. In the example below this would be image-1x.png and image-2x.png as well as image-src.png.
<img src="image-src.png" srcset="image-1x.png 1x, image-2x.png 2x" alt="Retina friendly images" />