Srcset not loading the correct image

Please add this to your css and see if it fixes the problem:

img[data-sizes="auto"] {
    display: block;
    width: 100%;
}
1 Like