responsive images srcset not working

后端 未结 7 1609
小蘑菇
小蘑菇 2020-11-28 07:01

I\'ve been trying to implement the new srcset approach to responsive images, using the following HTML

        

        
7条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 07:18

    I have just noticed that your demo page (http://www.darrencousins.com/lab/resp-img-srcset/) was never displaying the mobile version (even when resizing the browser or using the DevTools - Device mode) on Google Chrome (version 48).

    Changing the device pixel ratio to 1 seems to load the correct image.

    I don't know why, I am wondering if the w descriptors take the device pixels ratio into consideration

提交回复
热议问题