You provide srcset with both width (w) descriptors and a fixed-width display, but omit the sizes attribute. What does the browser assume for sizes?<img srcset="a.jpg 400w, b.jpg 800w" src="a.jpg" alt="">