Tells the browser which image width to expect per viewport.
Goes hand in hand with `srcset`. Example: `sizes="(max-width: 600px) 100vw, 50vw"`. Without `sizes` the browser often picks unnecessarily large variants and wastes bandwidth.