It doesn't load srcset images. For eg. I have this in my template: `<img src="images/logo.png" srcset="images/logo.png 1x, images/logo_2x.png 2x" alt="" />` But it won't load the images.