0 / 60 seg.

Which image file referenced in this img element's srcset attribute should a browser on a small mobile phone load?

<img
  srcset="medium.jpg 320w, large.jpg 1280w"
  src="small.jpg"
  alt="Our favorite image"
  sizes="(min-width: 1200px) 640px, 100vw"
/>