I'm looking at an img tag, using Chrome Dev Tools, that has a src attribute for a 1x1 image:

The image is actually 199 x 362 on the page. What is this "Natural 1x1" specification? I notice that there are several other images on the page that have this exact 1x1 src, but the images are different.
Does anyone know what's being done here?
I'd like to download the image, but all I get is the same 1x1 for all the img tags.
Thanks