Which statement about how the preload scanner interacts with <picture>/srcset and responsive image selection is correct?
<picture>
<source media="(min-width: 800px)" srcset="large.jpg">
<img src="small.jpg" srcset="small.jpg 1x, large.jpg 2x">
</picture>