Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLpreload scannerSingle-choice MCQ

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>