img srcset and sizes not working as I would expect
问题 I am currently trying to make better responsive images on my site. After some research I found the the srcset and sizes attributes. My goal here is the following: When the screen size is above 600px or below 300px I want to serve a 250x250 image When it is between these two values I want to serve a 350x350 image Also I want higher resolution images for screens which have a higher pixel ratio This is what I came up with. But it is not working as I though it would. The small 250x250 is always